Skip to content

Commit 03f4e22

Browse files
committed
3.0.0
1 parent f12881a commit 03f4e22

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solidus",
3-
"version": "2.3.1",
3+
"version": "3.0.0",
44
"bugs": {
55
"url": "https://github.com/solidusjs/solidus/issues"
66
},
@@ -9,13 +9,17 @@
99
"email": "developers@sparkart.com",
1010
"url": "http://developers.sparkart.com"
1111
},
12-
"contributors": [{
13-
"name": "Timothy Kempf"
14-
}, {
15-
"name": "Joannic Laborde"
16-
}, {
17-
"name": "Eric Lanehart"
18-
}],
12+
"contributors": [
13+
{
14+
"name": "Timothy Kempf"
15+
},
16+
{
17+
"name": "Joannic Laborde"
18+
},
19+
{
20+
"name": "Eric Lanehart"
21+
}
22+
],
1923
"license": "MIT",
2024
"main": "solidus.js",
2125
"repository": {

0 commit comments

Comments
 (0)