Skip to content

Commit

Permalink
move tslib to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 12, 2017
1 parent 3442df9 commit be0837e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -81,8 +82,5 @@
"src/**/__test__.js",
"src/shared/**"
]
},
"dependencies": {
"tslib": "^1.8.0"
}
}

0 comments on commit be0837e

Please sign in to comment.