Skip to content

Commit

Permalink
feat(release): first release
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenbearkin committed Mar 9, 2017
1 parent 75648bd commit eaded41
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "rimraf dist && tsc -p tsconfig-esm.json && rollup -c rollup.config.js dist/index.js > dist/signature-v4.bundle.js && cp package.json dist && ts-node tools/cleanup.ts && cp README.md dist",
"lint": "tslint -c tslint.json lib/**/*.ts test/**/*.ts",
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && yarn build && yarn publish && semantic-release post"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,18 +40,18 @@
"nyc": "^10.1.2",
"rimraf": "^2.6.0",
"rollup": "^0.41.4",
"semantic-release": "^6.3.2",
"shx": "^0.2.2",
"ts-node": "^2.1.0",
"tslint": "^4.4.2",
"typescript": "^2.1.6",
"semantic-release": "^6.3.2"
"typescript": "^2.1.6"
},
"dependencies": {
"crypto-js": "^3.1.9-1"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"crypto-js": "^3.1.9-1"
}
}

0 comments on commit eaded41

Please sign in to comment.