Skip to content

Commit 5137c82

Browse files
committed
v2.0.0
1 parent dcf7103 commit 5137c82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bree",
33
"description": "The best job scheduler for Node.js with support for cron, dates, ms, later, and human-friendly strings. Works in Node v10+ and browsers (thanks to bthreads polyfill), uses workers to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and the most lightweight tool for the job. Made for Forward Email and Lad.",
4-
"version": "1.1.28",
4+
"version": "2.0.0",
55
"author": "Nick Baugh <[email protected]> (http://niftylettuce.com/)",
66
"ava": {
77
"files": [
@@ -75,6 +75,7 @@
7575
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
7676
}
7777
},
78+
"jsdelivr": "dist/bree.min.js",
7879
"keywords": [
7980
"agenda",
8081
"async",
@@ -160,8 +161,6 @@
160161
],
161162
"license": "MIT",
162163
"main": "lib/index.js",
163-
"jsdelivr": "dist/bree.min.js",
164-
"unpkg": "dist/bree.min.js",
165164
"publishConfig": {
166165
"access": "public"
167166
},
@@ -188,6 +187,7 @@
188187
"test": "cross-env NODE_ENV=test ava",
189188
"test-coverage": "cross-env NODE_ENV=test nyc yarn run test"
190189
},
190+
"unpkg": "dist/bree.min.js",
191191
"xo": {
192192
"prettier": true,
193193
"space": true,

0 commit comments

Comments
 (0)