Skip to content

Commit e208016

Browse files
authored
Merge pull request Jakobovski#114 from webmato/patch-1
move all dependencies to the devDependencies
2 parents bd6ec2e + e0574e2 commit e208016

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"scripts": {
33
"test": "grunt test --verbose"
44
},
5-
"dependencies": {
5+
"dependencies": {},
6+
"devDependencies": {
67
"grunt": "^1.0.1",
78
"grunt-browser-sync": "^2.2.0",
89
"grunt-cli": "^1.2.0",
@@ -20,4 +21,4 @@
2021
"karma-phantomjs-launcher": "^1.0.2",
2122
"ng-annotate": "^1.2.1"
2223
}
23-
}
24+
}

0 commit comments

Comments
 (0)