Skip to content

Commit

Permalink
refactor: nodejs v10 dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-Bernardito committed May 20, 2021
1 parent c3c6ad0 commit fac2f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"prebuild": "npm run clean",
"build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
"commitlint": "commitlint --from=master",
"security": "npm audit",
"security": "npm audit --production",
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
"lint:js": "eslint --cache .",
"lint": "npm-run-all -l -p \"lint:**\"",
Expand Down

0 comments on commit fac2f25

Please sign in to comment.