Browse Source

exclude the intermediate build files in lib..

main
John-Mark Gurney 5 years ago
parent
commit
3ad56ec943
1 changed files with 3 additions and 0 deletions
  1. +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",


Loading…
Cancel
Save