Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Commit

Permalink
Refs #10, temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 29, 2016
1 parent 9d939aa commit 1018a57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,8 @@ language: node_js
sudo: false

node_js:
- 4
- 5
- 6

install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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).
6 changes: 3 additions & 3 deletions 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 <mail@sobolevn.me>",
"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",
Expand Down

0 comments on commit 1018a57

Please sign in to comment.