mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
Support TypeScript 3 (closes #191)
Combines duplicate `jest` field in `package.json`.
This commit is contained in:
parent
ef3244ed9e
commit
56bbcf0553
@ -28,7 +28,8 @@
|
||||
"useTabs": true
|
||||
},
|
||||
"jest": {
|
||||
"testEnvironment": "node"
|
||||
"testEnvironment": "node",
|
||||
"testURL": "http://localhost"
|
||||
},
|
||||
"keywords": [
|
||||
"bundle",
|
||||
@ -70,7 +71,7 @@
|
||||
"sade": "^1.4.0",
|
||||
"tiny-glob": "^0.2.0",
|
||||
"tslib": "^1.9.0",
|
||||
"typescript": "^2.8.3"
|
||||
"typescript": ">=2.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
@ -88,8 +89,5 @@
|
||||
"rimraf": "^2.6.2",
|
||||
"shell-quote": "^1.6.1",
|
||||
"strip-ansi": "^4.0.0"
|
||||
},
|
||||
"jest": {
|
||||
"testURL": "http://localhost"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user