Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
fix(build): fix package.json typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancarriger committed May 8, 2017
1 parent d492eec commit 15b336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build-dev": "ngc -w -p tsconfig-dev.json && npm run build",
"start-dev": "onchange '*.ts' 'src/**/*.ts' --initial -- npm run build-dev",
"clean": "rimraf index.js ./*{.d.ts,offline.js,.metadata.json,map} ./{src,tests}/**/*.{d.ts,js,metadata.json,map}",
"semantic-release": "semantic-release -branch=two pre && npm publish --tag=next && semantic-release post"
"semantic-release": "semantic-release --branch=two pre && npm publish --tag=next && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 15b336d

Please sign in to comment.