Skip to content

Commit

Permalink
Merge pull request #92 from kaimallea/fix-release-files
Browse files Browse the repository at this point in the history
Fix release files
  • Loading branch information
kaimallea authored Aug 11, 2019
2 parents e8fb4b2 + 231b733 commit 69c49db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
include:
- stage: release
node_js: lts/*
script: skip # do not run tests again
script:
- yarn build
deploy:
provider: script
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.5.2",
"version": "0.0.0-development",
"description": "A simple JS library that detects mobile devices.",
"keywords": [
"ismobile",
Expand Down

0 comments on commit 69c49db

Please sign in to comment.