Skip to content

Commit

Permalink
chore(): remove typings (closes #335)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Aug 30, 2017
1 parent 283b485 commit c34a7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"name": "ngx-uploader",
"version": "3.3.10",
"version": "3.3.11",
"main": "bundles/ngx-uploader.umd.js",
"module": "lib/index.js",
"esnext": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"start": "webpack-dev-server --env.client --env.serve --progress",
"start:aot": "webpack-dev-server --env.client --env.serve --env.aot --progress",
"build": "tsc && webpack --env.client --env.aot --progress --hide-modules",
"build:prod": "tsc && webpack --env.client --env.aot -p --progress --hide-modules",
"prebuild": "npm run clean",
"prebuild:prod": "npm run clean",
"clean": "rimraf dist ./**/*.ngsummary.*",
"clean": "rimraf dist lib bundles ./**/*.ngsummary.*",
"prepublishOnly": "ngc -p tsconfig.bundle.json && webpack --config webpack.dist.js -p"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"declaration": true,
"declaration": false,
"lib": [
"es2015",
"dom"
Expand Down

0 comments on commit c34a7f1

Please sign in to comment.