Skip to content

Commit 0ee8f61

Browse files
committed
remove files array and bump to 2.0.1
1 parent 32505b8 commit 0ee8f61

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cronitor",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A small library for reliably monitoring cron jobs, control-loops, or other important system events with Cronitor.",
55
"main": "lib/cronitor.js",
66
"repository": {
@@ -12,9 +12,6 @@
1212
"cover": "istanbul cover _mocha",
1313
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | ./node_modules/.bin/codecov --pipe"
1414
},
15-
"files": [
16-
"index.js"
17-
],
1815
"keywords": [
1916
"cronitor",
2017
"cron jobs",

0 commit comments

Comments
 (0)