Skip to content
Snippets Groups Projects
Commit 12349cc2 authored by Scott Cooper's avatar Scott Cooper
Browse files

fix compiler bug

parent e34dd02b
Branches
Tags 1.3.5
No related merge requests found
{
"name": "toastr-ng2",
"version": "1.3.4",
"version": "1.3.5",
"description": "Toastr for Angular 2",
"main": "./toastr.js",
"typings": "./toastr.d.ts",
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment