Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit e07d5e2

Browse files
mattlewis92ProLoser
authored andcommitted
Move dependencies to dev dependencies (#22)
1 parent 42458b9 commit e07d5e2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,22 @@
2626
"url": "https://github.com/angular-ui/ui-mention/issues"
2727
},
2828
"homepage": "https://github.com/angular-ui/ui-mention#readme",
29-
"dependencies": {
29+
"dependencies": {},
30+
"devDependencies": {
31+
"angular": "^1.3.18",
32+
"angular-mocks": "^1.3.18",
33+
"chai": "^3.2.0",
3034
"gulp": "^3.9.0",
3135
"gulp-angular-filesort": "^1.1.1",
3236
"gulp-babel": "^5.1.0",
3337
"gulp-concat": "^2.6.0",
3438
"gulp-ext-replace": "^0.2.0",
3539
"gulp-load-plugins": "^1.0.0-rc.1",
40+
"gulp-ng-annotate": "^2.0.0",
3641
"gulp-sass": "^2.0.4",
3742
"gulp-sequence": "^0.4.0",
3843
"gulp-sourcemaps": "^1.5.2",
39-
"gulp-uglify": "^1.2.0"
40-
},
41-
"devDependencies": {
42-
"angular": "^1.3.18",
43-
"angular-mocks": "^1.3.18",
44-
"chai": "^3.2.0",
45-
"gulp-ng-annotate": "^2.0.0",
44+
"gulp-uglify": "^1.2.0",
4645
"karma": "^0.13.9",
4746
"karma-babel-preprocessor": "^5.2.1",
4847
"karma-chai": "^0.1.0",

0 commit comments

Comments
 (0)