We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc880e commit bbd45e7Copy full SHA for bbd45e7
.npmignore
.npmrc
@@ -0,0 +1 @@
1
+package-lock=false
package.json
@@ -3,9 +3,9 @@
3
"version": "3.0.0",
4
"description": "A non intrusive circuit breaker",
5
"main": "lib/main.js",
6
- "directories": {
7
- "lib": "lib"
8
- },
+ "files": [
+ "lib"
+ ],
9
"repository": {
10
"type": "git",
11
"url": "git@github.com:trygve-lie/circuit-b.git"
0 commit comments