Skip to content

Commit 41aebdf

Browse files
committed
bugfix(package.json): update package.json, move vhtml-ui and vue from dependencies to devDependencies
1 parent 482c445 commit 41aebdf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# CHANGELOG
22

3+
- 1.0.2 [bugfix] update package.json, move `vhtml-ui` and `vue` from `dependencies` to `devDependencies`.
34
- 1.0.1 [bugfix] fix layout order for multiple `slot="left"`
45
- 1.0.0 first release

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-block",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Vue plugin helping you build **CSS grid like layout system** with the support of old browser like IE9.",
55
"author": "zmmbreeze <[email protected]>",
66
"keywords": [
@@ -27,11 +27,9 @@
2727
"test": "npm run unit && npm run e2e",
2828
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
2929
},
30-
"dependencies": {
31-
"vhtml-ui": "^1.1.9",
32-
"vue": "2.2.6"
33-
},
3430
"devDependencies": {
31+
"vhtml-ui": "^1.1.9",
32+
"vue": "2.2.6",
3533
"autoprefixer": "^7.1.2",
3634
"babel-core": "^6.22.1",
3735
"babel-eslint": "^7.1.1",

0 commit comments

Comments
 (0)