diff --git a/.npmignore b/.npmignore index 39b1ed8..5a50108 100644 --- a/.npmignore +++ b/.npmignore @@ -2,3 +2,9 @@ tests/** typings/** scripts/** +.idea/** +circle.yml +tsconfig.json +tslint.json +typings.json + diff --git a/package.json b/package.json index 1f6a45c..fbfe815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tstatic", - "version": "0.0.2", + "version": "0.0.3", "description": "The only static-file server you'll ever need!", "main": "./dist/server.js", "bin": {