diff --git a/.travis.yml b/.travis.yml index db4c0f0..4939425 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: node_js sudo: false node_js: + - 4 + - 5 - 6 install: diff --git a/README.md b/README.md index 75bc013..502131a 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,4 @@ const vm = new Vue({ }) ``` -For more examples, please check `/dev` folder and the [project's website](http://wemake.services/vue-material-input). +For more examples, please check [`/dev`](https://github.com/wemake-services/vue-material-input/tree/master/dev) folder and the [project's website](http://wemake.services/vue-material-input). diff --git a/package.json b/package.json index 9046ce2..3c78003 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "vue-material-input", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple material input without dependencies", "author": "sobolevn ", "private": false, "scripts": { - "publish-please": "publish-please", - "prepublish": "publish-please guard", + "publish-please": "./node_modules/.bin/publish-please", + "ppublish": "publish-please guard && npm run publish-please", "build": "./node_modules/.bin/webpack --config build/webpack.conf.js", "test:unit": "karma start test/unit/karma.conf.js --single-run", "test:security": "./node_modules/.bin/nsp check",