Skip to content

Commit

Permalink
💎 Release new version 1.0.4
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
apertureless committed Nov 6, 2017
1 parent 137c70e commit 4262f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-parallaxy",
"version": "1.0.3",
"version": "1.0.4",
"description": "Vue 2 component for parallax scrolling effects",
"author": "Jakub Juszczak <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "npm run unit",
"lint": "eslint --ext .js,.vue src test/unit/specs",
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js",
"prepublish": "yarn run lint && yarn run build"
"prepublishOnly": "yarn run lint && yarn run build"
},
"devDependencies": {
"@nextindex/next-scss": "^1.1.0",
Expand Down

0 comments on commit 4262f70

Please sign in to comment.