Skip to content

Commit

Permalink
description & keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Acionyx committed Oct 5, 2019
1 parent 3801182 commit e5b3210
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"name": "interruptible-tasks",
"version": "1.0.1",
"description": "JavaScript library for creating manageable, interruptible and cancelable async functions",
"keywords": [
"tasks",
"async",
"generator",
"interruptible-tasks"
],
"scripts": {
"test": "jest",
"coverage": "yarn test -- --coverage",
Expand Down Expand Up @@ -35,8 +44,6 @@
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.1.2"
},
"name": "interruptible-tasks",
"version": "1.0.1",
"main": "dist/index.es5.cjs.js",
"module": "dist/index.es5.es.js",
"browser": "dist/index.es5.iife.js",
Expand Down

0 comments on commit e5b3210

Please sign in to comment.