1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 12:41:44 +02:00

unpeg monorepo dev dependencies

This commit is contained in:
Ian Storm Taylor
2018-07-05 08:56:08 -07:00
parent facd857111
commit 30d0d055b5
9 changed files with 13 additions and 13 deletions

View File

@@ -38,9 +38,9 @@
"devDependencies": {
"immutable": "^3.8.1",
"mocha": "^2.5.3",
"slate": "^0.34.4",
"slate-hyperscript": "^0.5.19",
"slate-simulator": "^0.4.36"
"slate": "*",
"slate-hyperscript": "*",
"slate-simulator": "*"
},
"scripts": {
"clean": "rm -rf ./dist ./lib ./node_modules"