Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed May 12, 2018
1 parent 9a340c3 commit 175f793
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 175f793

Please sign in to comment.