This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
F8
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added node modules for testing. Tweaked .gitignore
master
Bryan Miller
5 years ago
parent
99c67da1bf
commit
c9436f8fea
2 changed files
with
7 additions
and
1 deletions
Split View
Show Diff Stats
+1
-0
.gitignore
+6
-1
package.json
+ 1
- 0
.gitignore
View File
@@ -1,2 +1,3 @@
node_modules/*
package-lock.json
+ 6
- 1
package.json
View File
@@ -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"
}
}
Write
Preview
Loading…
Cancel
Save