Skip to content

Commit 3de7a35

Browse files
committedApr 29, 2020
🎨 style(package.json): Run fixpack.
1 parent 4415c23 commit 3de7a35

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@
4141
"ava": "3.8.1",
4242
"coveralls": "3.1.0",
4343
"esdoc": "1.1.0",
44-
"nyc": "15.0.1",
4544
"esdoc-inject-script-plugin": "1.0.0",
4645
"esdoc-inject-style-plugin": "1.0.0",
4746
"esdoc-standard-plugin": "1.0.0",
48-
"np": "6.2.3"
47+
"np": "6.2.3",
48+
"nyc": "15.0.1"
4949
},
50+
"files": [
51+
"lib"
52+
],
5053
"homepage": "https://aureooms.github.io/js-fibonacci",
5154
"keywords": [
5255
"algorithms",
@@ -67,12 +70,9 @@
6770
"scripts": {
6871
"build": "rm -rf lib && babel src -d lib",
6972
"cover": "nyc --reporter=lcov npm test",
70-
"test": "ava",
7173
"esdoc": "esdoc",
7274
"prepare": "npm run build",
73-
"release": "np"
74-
},
75-
"files": [
76-
"lib"
77-
]
75+
"release": "np",
76+
"test": "ava"
77+
}
7878
}

0 commit comments

Comments
 (0)
Please sign in to comment.