Skip to content

Commit a024f87

Browse files
cap-Bernarditoalexander-akait
authored andcommitted
refactor: nodejs v10 dropped
1 parent e9111bd commit a024f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prebuild": "npm run clean",
2222
"build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
2323
"commitlint": "commitlint --from=master",
24-
"security": "npm audit",
24+
"security": "npm audit --production",
2525
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
2626
"lint:js": "eslint --cache .",
2727
"lint": "npm-run-all -l -p \"lint:**\"",

0 commit comments

Comments
 (0)