Skip to content

Commit be0837e

Browse files
committed
move tslib to devDependencies
1 parent 3442df9 commit be0837e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"rollup-watch": "^4.3.1",
7171
"source-map": "^0.5.6",
7272
"source-map-support": "^0.4.8",
73+
"tslib": "^1.8.0",
7374
"typescript": "^2.3.2"
7475
},
7576
"nyc": {
@@ -81,8 +82,5 @@
8182
"src/**/__test__.js",
8283
"src/shared/**"
8384
]
84-
},
85-
"dependencies": {
86-
"tslib": "^1.8.0"
8785
}
8886
}

0 commit comments

Comments
 (0)