Skip to content

Commit 45546a7

Browse files
committed
Upgrade dependecies and change versioning rules.
1 parent ab23fb9 commit 45546a7

File tree

1 file changed

+29
-33
lines changed

1 file changed

+29
-33
lines changed

package.json.sample

Lines changed: 29 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,41 @@
11
{
2-
"name": "Magento2",
2+
"name": "magento2",
33
"author": "Magento Commerce Inc.",
44
"description": "Magento2 node modules dependencies for local development",
5-
"version": "2.0.0",
65
"license": "(OSL-3.0 OR AFL-3.0)",
76
"repository": {
87
"type": "git",
98
"url": "https://github.com/magento/magento2.git"
109
},
1110
"homepage": "http://magento.com/",
1211
"devDependencies": {
13-
"glob": "^5.0.14",
14-
"grunt": "^0.4.5",
15-
"grunt-autoprefixer": "^2.0.0",
16-
"grunt-banner": "^0.4.0",
17-
"grunt-contrib-clean": "^0.6.0",
18-
"grunt-contrib-connect": "^0.9.0",
19-
"grunt-contrib-cssmin": "^0.10.0",
20-
"grunt-contrib-imagemin": "^0.9.2",
21-
"grunt-contrib-jasmine": "^1.0.0",
22-
"grunt-contrib-less": "^0.12.0",
23-
"grunt-contrib-watch": "^0.6.1",
24-
"grunt-eslint": "17.3.1",
25-
"grunt-exec": "^0.4.6",
26-
"grunt-jscs": "2.2.0",
27-
"grunt-replace": "^0.9.2",
28-
"grunt-styledocco": "^0.1.4",
29-
"grunt-template-jasmine-requirejs": "^0.2.3",
30-
"grunt-text-replace": "^0.4.0",
31-
"imagemin-svgo": "^4.0.1",
32-
"load-grunt-config": "^0.16.0",
33-
"morgan": "^1.5.0",
34-
"node-minify": "^1.0.1",
35-
"path": "^0.11.14",
36-
"serve-static": "^1.7.1",
37-
"strip-json-comments": "^1.0.2",
38-
"time-grunt": "^1.0.0",
39-
"underscore": "^1.7.0",
40-
"squirejs": "0.2.1"
41-
},
42-
"engines": {
43-
"node": ">=0.10.0"
12+
"glob": "~7.1.1",
13+
"grunt": "~1.0.1",
14+
"grunt-autoprefixer": "~3.0.4",
15+
"grunt-banner": "~0.6.0",
16+
"grunt-contrib-clean": "~1.0.0",
17+
"grunt-contrib-connect": "~1.0.2",
18+
"grunt-contrib-cssmin": "~2.0.0",
19+
"grunt-contrib-imagemin": "~1.0.1",
20+
"grunt-contrib-jasmine": "~1.0.0",
21+
"grunt-contrib-less": "~1.4.1",
22+
"grunt-contrib-watch": "~1.0.0",
23+
"grunt-eslint": "~19.0.0",
24+
"grunt-exec": "~2.0.0",
25+
"grunt-jscs": "~3.0.1",
26+
"grunt-replace": "~1.0.1",
27+
"grunt-styledocco": "~0.3.0",
28+
"grunt-template-jasmine-requirejs": "~0.2.3",
29+
"grunt-text-replace": "~0.4.0",
30+
"imagemin-svgo": "~5.2.1",
31+
"load-grunt-config": "~0.19.2",
32+
"morgan": "~1.5.0",
33+
"node-minify": "~2.0.3",
34+
"path": "~0.12.7",
35+
"serve-static": "~1.7.1",
36+
"squirejs": "~0.2.1",
37+
"strip-json-comments": "~2.0.1",
38+
"time-grunt": "~1.0.0",
39+
"underscore": "~1.7.0"
4440
}
4541
}

0 commit comments

Comments
 (0)