Skip to content

Commit

Permalink
fix: Sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Jan 23, 2021
1 parent cf4b8dd commit 3a022f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"repository": "https://github.com/hata6502/editorjs-inline",
"license": "MIT",
"author": "Tomoyuki Hata <[email protected]>",
"main": "dist/main.js",
"main": "dist/index.js",
"scripts": {
"check-license": "license-checker --excludePackages '[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected]' --excludePrivatePackages --onlyAllow 'Apache-2.0;BSD;BSD-2-Clause;BSD-3-Clause;CC0-1.0;CC-BY-3.0;CC-BY-4.0;ISC;MIT;Public Domain;Unlicense;WTFPL' --production --unknown > /dev/null",
"fix": "prettier --write .",
"generate-disclaimer": "yarn licenses generate-disclaimer --ignore-platform > DISCLAIMER.md",
"check-license": "license-checker --excludePackages '[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected];[email protected]' --excludePrivatePackages --onlyAllow 'Apache-2.0;BSD;BSD-2-Clause;BSD-3-Clause;CC0-1.0;CC-BY-3.0;CC-BY-4.0;ISC;MIT;Public Domain;Unlicense;WTFPL' --production --unknown > /dev/null",
"semantic-release": "semantic-release",
"test": "yarn check-license && prettier --check . && tsc --noEmit",
"webpack": "webpack"
Expand Down

0 comments on commit 3a022f0

Please sign in to comment.