Skip to content

Commit 877693a

Browse files
committed
chore(all): cleanup
1 parent bad9fb2 commit 877693a

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
.vscode
44
npm-debug.log*
55
/typings
6-
/dist
6+
7+
/yarn.lock

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"typings": "dist/index.d.ts",
66
"scripts": {
77
"test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
8-
"prepublish": "typings install",
98
"build": "rimraf dist && tsc -p .",
109
"semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post",
1110
"postpublish": "greenkeeper-postpublish"
@@ -36,10 +35,16 @@
3635
"ts-node": "^0.9.1",
3736
"tslint": "^3.11.0",
3837
"tslint-config-standard": "^1.2.2",
39-
"typescript": ">=1.9.0-dev.20160619-1.0 || ^2.0.0",
40-
"typings": "^1.3.0"
38+
"typescript": ">=1.9.0-dev.20160619-1.0 || ^2.0.0"
39+
},
40+
"dependencies": {
41+
"@types/debug": "^0.0.29",
42+
"@types/lodash": "^4.14.37",
43+
"@types/node": "^6.0.46",
44+
"@types/source-map": "^0.1.28",
45+
"@types/uglify-js": "^2.6.28",
46+
"@types/webpack": "^1.12.35"
4147
},
42-
"dependencies": {},
4348
"peerDependencies": {
4449
"@easy-webpack/core": "*"
4550
},

typings.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)