Cleanup unused script (& sort) (#3908)

master
Lipis 2018-02-06 17:59:22 +01:00 committed by GitHub
parent b67f2563d9
commit 4f2b3eb98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
{
"scripts": {
"start": "docusaurus-start",
"build": "docusaurus-build",
"publish-gh-pages": "docusaurus-publish",
"svgo": "find static | grep '\\.svg$' | xargs -Iz -n 1 svgo --pretty --indent=2 --config=svgo.yml z",
"svgo-min": "find static | grep '\\.svg$' | xargs -Iz -n 1 svgo --config=svgo.yml z"
"start": "docusaurus-start",
"svgo": "find static | grep '\\.svg$' | xargs -Iz -n 1 svgo --pretty --indent=2 --config=svgo.yml z"
},
"devDependencies": {
"docusaurus": "^1.0.0-beta.10",