Skip to content

Commit

Permalink
fix compiler bug
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Oct 11, 2016
1 parent e34dd02 commit 12349cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toastr-ng2",
"version": "1.3.4",
"version": "1.3.5",
"description": "Toastr for Angular 2",
"main": "./toastr.js",
"typings": "./toastr.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion stage-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf ./dist/out-tsc
rm -rf ./deploy

# compile src directory and create d.ts files
tsc -p src -d
./node_modules/.bin/tsc -p src -d --module commonjs

# deploy/ serves as a working directory to stage the release.
mkdir deploy
Expand Down

0 comments on commit 12349cc

Please sign in to comment.