Commits on Source (2)
-
Esbjörn Blomquist authored888a3636
-
Esbjörn Blomquist authored8ef3fbef
This diff is collapsed.
{ | ||
"name": "i4-js-commons", | ||
"version": "3.9.7", | ||
"version": "3.9.8", | ||
"description": "Just a load of common stuff for i4 front-ends and some probably usable in back-end as well", | ||
"dependencies": { | ||
"@material-ui/core": "^4.8.0", | ||
... | ... | @@ -66,8 +66,8 @@ |
"scripts": { | ||
"docgen": "jsdoc2md src/* > docs/lib.md", | ||
"lint": "eslint --cache src", | ||
"prettier": "prettier --ignore-path .gitignore --write --list-different \"**/*.{js,ts,md,json,yml}\"", | ||
"prettier:check": "prettier --ignore-path .gitignore --check \"**/*.{js,ts,md,json,yml}\"", | ||
"prettier": "prettier --ignore-path .gitignore --write --list-different \"**/*.{js,mjs}\"", | ||
"prettier:check": "prettier --ignore-path .gitignore --check \"**/*.{js,mjs}\"", | ||
"build": "npx babel src -d dist", | ||
"test": "node --experimental-modules ./test" | ||
}, | ||
... | ... |