Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.

Commit f2c0f51

Browse files
committed
chore(all): cleanup
1 parent 9a8c8ff commit f2c0f51

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
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: 7 additions & 3 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"
@@ -38,11 +37,16 @@
3837
"ts-node": "^0.9.3",
3938
"tslint": "^3.13.0",
4039
"tslint-config-standard": "^1.3.0",
41-
"typescript": ">=1.9.0-dev.20160619-1.0 || ^2.0.0",
42-
"typings": "^1.3.1"
40+
"typescript": ">=1.9.0-dev.20160619-1.0 || ^2.0.0"
4341
},
4442
"dependencies": {
4543
"@easy-webpack/config-css": "^2.2.1",
44+
"@types/debug": "^0.0.29",
45+
"@types/lodash": "^4.14.37",
46+
"@types/node": "^6.0.46",
47+
"@types/source-map": "^0.1.28",
48+
"@types/uglify-js": "^2.6.28",
49+
"@types/webpack": "^1.12.35",
4650
"node-sass": "^3.8.0",
4751
"sass-loader": "^4.0.0"
4852
},

typings.json

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

0 commit comments

Comments
 (0)