Skip to content

Commit

Permalink
build(gulp): fix gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Dec 22, 2017
1 parent 678cce0 commit 16fe1aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint:src": "tslint --fix --project -p tsconfig.json -c tslint.json \"src/**/*.ts\"",
"lint:spec": "tslint --fix --project -p spec/tsconfig.json -c tslint.json \"spec/**/*.ts\"",
"prepublishOnly": "echo \"Error: do 'npm run release' instead of 'npm publish'\" && exit 1",
"preinstall": "rm -rf node_modules/tsickle",
"postinstall": "git apply --ignore-whitespace patches/tsickle+0.24.1.patch"
},
"author": "Matthew Podwysocki <matthewp@microsoft.com>",
Expand Down Expand Up @@ -61,7 +62,7 @@
"esdoc": "1.0.4",
"esdoc-standard-plugin": "1.0.0",
"google-closure-compiler": "20171203.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp": "github:gulpjs/gulp#6d71a658c61edb3090221579d8f97dbe086ba2ed",
"gulp-json-transform": "0.4.5",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.6.1",
Expand Down

0 comments on commit 16fe1aa

Please sign in to comment.