mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
Merge pull request #192 from texastoland/feature/support-ts3
Support TypeScript 3 (closes #191)
This commit is contained in:
commit
58e96b3bbb
@ -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