0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 01:11:24 +01:00

move tslib to devDependencies

This commit is contained in:
Rich Harris 2017-11-12 15:20:13 -05:00
parent 3442df92cb
commit be0837e480

View File

@ -70,6 +70,7 @@
"rollup-watch": "^4.3.1",
"source-map": "^0.5.6",
"source-map-support": "^0.4.8",
"tslib": "^1.8.0",
"typescript": "^2.3.2"
},
"nyc": {
@ -81,8 +82,5 @@
"src/**/__test__.js",
"src/shared/**"
]
},
"dependencies": {
"tslib": "^1.8.0"
}
}