Changes
2 changed files (+9/-1)
-
.npmignore (new)
-
@@ -0,0 +1,7 @@node_modules coverage *.log tests .gitignore tsconfig.json tslint.json
-
-
-
@@ -7,7 +7,8 @@ "types": "lib/index.d.ts","scripts": { "build": "tsc", "test": "jest", "lint": "tslint -c tslint.json 'src/**/*.ts'" "lint": "tslint -c tslint.json 'src/**/*.ts'", "prepublishOnly": "npm run build" }, "repository": { "type": "git",
-