This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
jamming
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
exclude the intermediate build files in lib..
main
John-Mark Gurney
5 years ago
parent
b0707afe68
commit
3ad56ec943
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
package.json
+ 3
- 0
package.json
View File
@@ -24,6 +24,9 @@
"istanbul"
]
},
"nyc": {
"exclude": "lib/**"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
Write
Preview
Loading…
Cancel
Save