We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4415c23 commit 3de7a35Copy full SHA for 3de7a35
package.json
@@ -41,12 +41,15 @@
41
"ava": "3.8.1",
42
"coveralls": "3.1.0",
43
"esdoc": "1.1.0",
44
- "nyc": "15.0.1",
45
"esdoc-inject-script-plugin": "1.0.0",
46
"esdoc-inject-style-plugin": "1.0.0",
47
"esdoc-standard-plugin": "1.0.0",
48
- "np": "6.2.3"
+ "np": "6.2.3",
+ "nyc": "15.0.1"
49
},
50
+ "files": [
51
+ "lib"
52
+ ],
53
"homepage": "https://aureooms.github.io/js-fibonacci",
54
"keywords": [
55
"algorithms",
@@ -67,12 +70,9 @@
67
70
"scripts": {
68
71
"build": "rm -rf lib && babel src -d lib",
69
72
"cover": "nyc --reporter=lcov npm test",
- "test": "ava",
73
"esdoc": "esdoc",
74
"prepare": "npm run build",
- "release": "np"
- },
75
- "files": [
76
- "lib"
77
- ]
+ "release": "np",
+ "test": "ava"
+ }
78
}
0 commit comments