We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12881a commit 03f4e22Copy full SHA for 03f4e22
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "solidus",
3
- "version": "2.3.1",
+ "version": "3.0.0",
4
"bugs": {
5
"url": "https://github.com/solidusjs/solidus/issues"
6
},
@@ -9,13 +9,17 @@
9
"email": "developers@sparkart.com",
10
"url": "http://developers.sparkart.com"
11
12
- "contributors": [{
13
- "name": "Timothy Kempf"
14
- }, {
15
- "name": "Joannic Laborde"
16
17
- "name": "Eric Lanehart"
18
- }],
+ "contributors": [
+ {
+ "name": "Timothy Kempf"
+ },
+ "name": "Joannic Laborde"
19
20
+ "name": "Eric Lanehart"
21
+ }
22
+ ],
23
"license": "MIT",
24
"main": "solidus.js",
25
"repository": {
0 commit comments