Skip to content

Commit d5de173

Browse files
committed
Updated package.json devDependencies for grunt and gulp configurations.
1 parent beb6d7e commit d5de173

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

package.gulp.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
44
"version": "0.14.0",
55
"devDependencies": {
6-
"browser-sync": "^2.8.2",
7-
"del": "^1.2.1",
8-
"diveSync": "^0.2.1",
9-
"fs-extra": "^0.14.0",
10-
"glob": "^4.3.5",
11-
"gulp": "^3.8.8",
12-
"gulp-connect": "^2.0.6",
6+
"browser-sync": "^2.10.0",
7+
"del": "^2.0.2",
8+
"diveSync": "^0.3.0",
9+
"fs-extra": "^0.26.2",
10+
"glob": "^6.0.1",
11+
"gulp": "^3.9.0",
12+
"gulp-connect": "^2.2.0",
1313
"gulp-copy": "0.0.2",
14-
"gulp-header": "^1.0.5",
14+
"gulp-header": "^1.7.1",
1515
"gulp-load": "^0.1.1",
1616
"gulp-nodeunit": "0.0.5",
1717
"gulp-strip-banner": "0.0.2",
18-
"html-entities": "^1.1.1",
19-
"mustache": "^1.0.0"
18+
"html-entities": "^1.2.0",
19+
"mustache": "^2.2.0"
2020
},
2121
"keywords": [
2222
"Pattern Lab",

package.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,39 @@
33
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
44
"version": "0.14.0",
55
"devDependencies": {
6-
"bs-html-injector": "^2.0.4",
7-
"diveSync": "^0.2.1",
8-
"fs-extra": "^0.24.0",
9-
"glob": "^4.3.5",
10-
"grunt": "~0.4.0",
11-
"grunt-browser-sync": "^2.1.3",
12-
"grunt-contrib-concat": "^0.5.0",
13-
"grunt-contrib-copy": "^0.7.0",
6+
"bs-html-injector": "^3.0.0",
7+
"diveSync": "^0.3.0",
8+
"fs-extra": "^0.26.2",
9+
"glob": "^6.0.1",
10+
"grunt": "~0.4.5",
11+
"grunt-browser-sync": "^2.2.0",
12+
"grunt-contrib-concat": "^0.5.1",
13+
"grunt-contrib-copy": "^0.8.2",
1414
"grunt-contrib-nodeunit": "^0.4.1",
1515
"grunt-contrib-watch": "^0.6.1",
16-
"html-entities": "^1.1.1",
17-
"matchdep": "^0.3.0",
18-
"mustache": "^1.0.0"
16+
"html-entities": "^1.2.0",
17+
"matchdep": "^1.0.0",
18+
"mustache": "^2.2.0"
1919
},
2020
"keywords": [
2121
"Pattern Lab",
2222
"Atomic Web Design",
2323
"Node",
2424
"Grunt",
25+
"Gulp",
2526
"Javascript"
2627
],
2728
"repository": {
2829
"type": "git",
2930
"url": "git://github.com/pattern-lab/patternlab-node.git"
3031
},
32+
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
3133
"author": "Brian Muenzenmeyer",
3234
"license": "MIT",
3335
"scripts": {
3436
"test": "grunt travis --verbose"
3537
},
3638
"engines": {
37-
"node": ">=0.1"
39+
"node": ">=0.1 <4.0"
3840
}
3941
}

0 commit comments

Comments
 (0)