Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 298f419

Browse files
Made dependencies actual dependencies when using ES6
1 parent 5aea0aa commit 298f419

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@
4848
"threshold": "1.1kb"
4949
}
5050
],
51+
"dependencies": {
52+
"deepmerge": "^2.0.1",
53+
"shvl": "^1.0.0"
54+
},
5155
"devDependencies": {
5256
"babel-jest": "^20.0.3",
5357
"babel-preset-env": "^1.5.2",
54-
"deepmerge": "^2.0.1",
5558
"bundlesize": "^0.15.3",
5659
"dom-storage": "^2.0.2",
5760
"eslint": "^3.11.1",
@@ -64,7 +67,6 @@
6467
"rollup-plugin-buble": "^0.14.0",
6568
"rollup-plugin-commonjs": "^8.2.6",
6669
"rollup-plugin-node-resolve": "^3.0.0",
67-
"shvl": "^1.0.0",
6870
"uglify-js": "^2.7.3",
6971
"vue": "^2.0.0",
7072
"vuex": "^2.0.0"

0 commit comments

Comments
 (0)