소스 검색

Added node modules for testing. Tweaked .gitignore

master
Bryan Miller 5 년 전
부모
커밋
c9436f8fea
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      .gitignore
  2. +6
    -1
      package.json

+ 1
- 0
.gitignore 파일 보기

@@ -1,2 +1,3 @@

node_modules/*
package-lock.json

+ 6
- 1
package.json 파일 보기

@@ -12,5 +12,10 @@
"emulator"
],
"author": "Bryan Miller",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0",
"sinon": "^7.3.2"
}
}

Loading…
취소
저장