Browse Source

Added node modules for testing. Tweaked .gitignore

master
Bryan Miller 5 years ago
parent
commit
c9436f8fea
2 changed files with 7 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +6
    -1
      package.json

+ 1
- 0
.gitignore View File



node_modules/* node_modules/*
package-lock.json

+ 6
- 1
package.json View File

"emulator" "emulator"
], ],
"author": "Bryan Miller", "author": "Bryan Miller",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0",
"sinon": "^7.3.2"
}
} }

Loading…
Cancel
Save