diff --git a/package.json b/package.json index 07c90a4..1f302d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "autoresponsive-vue", "description": "Auto Responsive Layout Library For Vue", - "version": "1.0.17", + "version": "1.0.18", "keywords": [ "vue", "responsive", @@ -17,7 +17,7 @@ "prepublish": "npm run build", "lint": "eslint --fix --ext .js,.vue examples homepage src test", "compile": "babel src/ --out-dir dist/ -D", - "build": "cross-env NODE_ENV=production webpack -p --progress --hide-modules && npm run compile", + "build": "cross-env NODE_ENV=production webpack -p && npm run compile", "serve": "npm run dev:test &", "test": "macaca run -d ./test", "ci": "npm run lint && npm run serve && npm run test", @@ -29,10 +29,10 @@ "url": "https://github.com/xudafeng/autoresponsive-vue.git" }, "dependencies": { + "autoresponsive-core": "^1.0.1", "exenv": "^1.2.2" }, "devDependencies": { - "autoresponsive-core": "^1.0.1", "babel-cli": "^6.26.0", "babel-core": "^6.17.0", "babel-loader": "^7.1.0", @@ -53,7 +53,7 @@ "eslint-plugin-standard": "^3.0.1", "eslint-plugin-vue-libs": "^1.2.1", "fork-me-on-github-vue": "^1.0.1", - "git-contributor": "^1.0.3", + "git-contributor": "^1.0.8", "highlight.js": "~8.3.0", "json-loader": "^0.5.7", "less": "^2.7.2",