This commit is contained in:
Max
2019-06-15 15:30:24 -04:00
parent cf67d38207
commit 571816f6c0
2 changed files with 1363 additions and 26 deletions

View File

@@ -10,7 +10,9 @@
"scripts": {
"dev": "watch 'yarn run build' src",
"build": "tsc",
"test": "jest --config jestconfig.json"
"test": "jest --config jestconfig.json",
"prepublish": "yarn run build",
"release": "np"
},
"repository": {
"type": "git",
@@ -40,6 +42,7 @@
"@types/cheerio": "^0.22.11",
"@types/jest": "^24.0.14",
"jest": "^24.8.0",
"np": "^5.0.3",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"tslint-config-airbnb": "^5.11.1",

1384
yarn.lock

File diff suppressed because it is too large Load Diff