1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 22:02:05 +02:00

remove old uid dependency

This commit is contained in:
Ian Storm Taylor 2016-11-18 12:35:02 -08:00
parent cf0010728f
commit c641bbf711

View File

@ -18,8 +18,7 @@
"keycode": "^2.1.2",
"lodash": "^4.13.1",
"type-of": "^2.0.1",
"ua-parser-js": "^0.7.10",
"uid": "0.0.2"
"ua-parser-js": "^0.7.10"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
@ -79,7 +78,7 @@
"scripts": {
"clean": "rm -rf ./lib ./node_modules ./examples/build.dev.js ./examples/build.prod.js",
"disc": "npm-run-all build disc:build disc:open",
"disc:build": "mkdir -p ./tmp && browserify ./lib/index.js --full-paths > ./tmp/build.js",
"disc:build": "mkdir -p ./tmp && browserify ./lib/index.js --full-paths --transform uglifyify --standalone Slate | uglifyjs > ./tmp/build.js",
"disc:open": "discify ./tmp/build.js --open",
"build": "mkdir -p ./dist && npm-run-all build:npm build:max build:min",
"build:max": "NODE_ENV=production browserify ./src/index.js --transform babelify --transform envify --transform [ browserify-global-shim --global ] --standalone Slate > ./dist/slate.js",