Skip to content
Permalink
Browse files
Removed Old Scripts
  • Loading branch information
aa7401 committed Nov 2, 2019
1 parent 3eb07c5 commit 1be888c
Showing 1 changed file with 3 additions and 5 deletions.
@@ -1,18 +1,16 @@
{
"name": "10_auth",
"version": "1.0.0",
"description": "",
"version": "1.1.3",
"description": "A simple dynamic website template to be used as the base for various projects",
"main": "index.js",
"engines": {
"node": "12.x"
},
"scripts": {
"start": "node index.js",
"acceptance": "jest --coverage --detectOpenHandles",
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.conf",
"linter": "node_modules/.bin/eslint .",
"test": "jest --coverage --detectOpenHandles",
"unit": "node_modules/.bin/jest --coverage --runInBand tests/unit/"
"unit": "./node_modules/.bin/jest --coverage 'unit tests/'"
},
"jest": {
"projects": [

0 comments on commit 1be888c

Please sign in to comment.