Skip to content

Commit

Permalink
Merge pull request #400 from drjova/npm-deps-to-dev
Browse files Browse the repository at this point in the history
npm: move dependencies to dev
  • Loading branch information
drjova committed Jun 4, 2020
2 parents 90a8aaf + e7633da commit 3e91dc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -50,3 +50,9 @@ deploy:
on:
branch: master
python: '2.7'
- provider: script
script: ./build-npm-package.sh
skip_cleanup: true
on:
tags: true
python: '2.7'
8 changes: 3 additions & 5 deletions package.json
Expand Up @@ -13,12 +13,10 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"json-schema-faker": "^0.4.1",
"moment": "^2.19.1"
},
"devDependencies": {
"@rollup/plugin-json": "^4.0.3",
"rollup": "^2.11.2"
"rollup": "^2.11.2",
"json-schema-faker": "^0.4.1",
"moment": "^2.19.1"
}
}

0 comments on commit 3e91dc0

Please sign in to comment.