Skip to content

Commit c567734

Browse files
authored
Move update-notifier -> dependency
update-notifier is used as a dependency but is listed as a dev dependency. This moves it to be a dependency.
1 parent 09442c1 commit c567734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"micro": "6.1.0",
2929
"micro-analytics-adapter-flat-file-db": "^1.0.3",
3030
"promise": "^7.1.1",
31-
"shelljs": "^0.7.6"
31+
"shelljs": "^0.7.6",
32+
"update-notifier": "^1.0.3"
3233
},
3334
"devDependencies": {
3435
"async-to-gen": "^1.3.0",
@@ -37,8 +38,7 @@
3738
"babel-polyfill": "^6.20.0",
3839
"babel-preset-node6": "^11.0.0",
3940
"jest": "^18.1.0",
40-
"request-promise": "^4.1.1",
41-
"update-notifier": "^1.0.3"
41+
"request-promise": "^4.1.1"
4242
},
4343
"execMap": {
4444
"js": "micro"

0 commit comments

Comments
 (0)