chore: update package and lockfile (#34352)

This commit is contained in:
mrugesh mohapatra
2018-11-16 21:50:20 +05:30
committed by Stuart Taylor
parent 80c1b8871d
commit f69fae4303
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"lint": "echo 'Warning: TODO - Define Linting with fixing.'",
"seed": "npm-run-all -p seed:*",
"seed:challenges": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedChallenges",
"seed:news":"cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedNewsArticles",
"seed:news": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedNewsArticles",
"start-develop": "node ./tools/scripts/start-develop.js",
"pretest": "npm-run-all -s test:lint",
"test": "npm-run-all -p test:*",