Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorkem CINAR committed Dec 13, 2017
1 parent 4179671 commit 259d586
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tsconfig.json
src
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"version": "1.0.0",
"description": "setInterval and clearInterval implementation to support keep running on inactive tabs for Chrome, Firefox and IE",
"main": "dist/module.js",
"module": "dist/module.js",
"scripts": {
"install": "tsc"
},
"types": "dist/module.d.ts",
"keywords": [
"clearInterval",
"clear interval",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"declaration": false,
"declaration": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"removeComments": true,
"strictNullChecks": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"outDir": "dist",
"outDir": "./dist",
"lib": [
"es6",
"webworker"
Expand Down

0 comments on commit 259d586

Please sign in to comment.