Skip to content

Commit

Permalink
chore(): add declarations to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Aug 29, 2017
1 parent 516141d commit 283b485
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules/
lib/
*.ngsummary.json
*.ngfactory.ts
*.d.ts
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "ngx-uploader",
"version": "3.3.9",
"version": "3.3.10",
"main": "bundles/ngx-uploader.umd.js",
"module": "index.js",
"esnext": "index.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",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"declaration": true,
"lib": [
"es2015",
"dom"
Expand Down

0 comments on commit 283b485

Please sign in to comment.