We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137c70e commit 4262f70Copy full SHA for 4262f70
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-parallaxy",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Vue 2 component for parallax scrolling effects",
5
"author": "Jakub Juszczak <jakub@posteo.de>",
6
"license": "MIT",
@@ -31,7 +31,7 @@
31
"test": "npm run unit",
32
"lint": "eslint --ext .js,.vue src test/unit/specs",
33
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js && NODE_ENV=production webpack --progress --hide-modules --config ./build/webpack.release.min.js",
34
- "prepublish": "yarn run lint && yarn run build"
+ "prepublishOnly": "yarn run lint && yarn run build"
35
},
36
"devDependencies": {
37
"@nextindex/next-scss": "^1.1.0",
0 commit comments