Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Mar 8, 2016
1 parent bc593b9 commit acbef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"build": "typings bundle . -o bundle.d.ts",
"build": "typings bundle -o test",
"test": "ts-node test/test.ts"
},
"private": true,
Expand Down

0 comments on commit acbef84

Please sign in to comment.