Skip to content

Commit

Permalink
fix(travis): update config for build in travis-ci.com
Browse files Browse the repository at this point in the history
  • Loading branch information
biggyspender committed Mar 27, 2020
1 parent 64c928b commit 47e36d6
Show file tree
Hide file tree
Showing 2 changed files with 1,672 additions and 735 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0-development",
"description": "",
"keywords": [],
"sideEffects": false,
"main": "dist/blinq.umd.js",
"module": "dist/blinq.es5.js",
"typings": "dist/types/src/blinq.d.ts",
Expand Down Expand Up @@ -31,7 +32,7 @@
"commit": "npx git-cz",
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"travis-deploy-once": "travis-deploy-once"
"travis-deploy-once": "travis-deploy-once --pro"
},
"lint-staged": {
"{src,test}/**/*.ts": [
Expand Down Expand Up @@ -107,7 +108,7 @@
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.17.0",
"semantic-release": "^15.13.3",
"semantic-release": "^17.0.4",
"travis-deploy-once": "^5.0.11",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
Expand Down

0 comments on commit 47e36d6

Please sign in to comment.