1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-01 04:50:27 +02:00

Revert "Android 8.0, 8.1 and 9.0 Support (#2553)" (#2562)

This reverts commit 17cdeae858.
This commit is contained in:
Ian Storm Taylor
2019-01-28 19:18:03 -08:00
committed by GitHub
parent 17cdeae858
commit 391e2cba67
24 changed files with 84 additions and 2105 deletions

View File

@@ -93,10 +93,8 @@
"bootstrap": "lerna bootstrap && yarn build",
"build": "rollup --config ./support/rollup/config.js",
"build:production": "cross-env NODE_ENV=production rollup --config ./support/rollup/config.js && cross-env NODE_ENV=production webpack --config support/webpack/config.js",
"build:clean-fork": "rm ./build/CNAME",
"clean": "lerna run clean && rm -rf ./node_modules ./dist ./build",
"gh-pages": "gh-pages --dist ./build",
"gh-pages:fork": "npm-run-all build:production build:clean-fork gh-pages",
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:eslint": "eslint benchmark packages/*/src packages/*/test examples/*/*.js examples/dev/*/*.js",
"lint:prettier": "prettier --list-different '**/*.{md,json,css}'",