Skip to content

Commit

Permalink
chore: update package config
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Apr 1, 2020
1 parent c66faea commit e63431d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,18 @@
"email": "[email protected]",
"url": "https://github.com/motss"
},
"main": "dist/index",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist/**/*.*js.map",
"dist/**/*.*js",
"dist/**/*.d.ts.map",
"dist/**/*.d.ts"
],
"main": "dist/index",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.prod.json",
"build:test": "tsc -p tsconfig.test.json",
"build:test-es2017": "tsc -p tsconfig.test.es2017.json",
"build:test-watch": "tsc -p tsconfig.test.json --watch",
"clean": "shx rm -rf dist/ .*cache *.log",
"jest": "jest --config ./.jestrc.json",
"lint": "npm run lint:debug -- --config tslint.prod.json",
Expand All @@ -43,7 +41,7 @@
"test": "npm run lint && npm run build:test && npm run jest",
"ts": "tsc",
"watch": "tsc --watch",
"watch:build": "tsc --watch -p tsconfig.test.json",
"watch:build": "npm run build:test -- --watch",
"watch:test": "npm run jest -- --watchAll"
},
"husky": {
Expand Down
8 changes: 0 additions & 8 deletions tsconfig.test.es2017.json

This file was deleted.

0 comments on commit e63431d

Please sign in to comment.