Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Blue committed May 23, 2016
1 parent 84dcb60 commit 56594c0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "worker",
"version": "1.0.0",
"description": "a tiny micro library to make using web workers easier",
"description": "A tiny library to help make using web workers easier. (>1k)",
"main": "src/worker.js",
"scripts": {
"update": "build-scripts/update.sh",
"docs": "node node_modules/jsdoc/jsdoc.js src/ -d docs -r README.md",
"test": "karma start",
"uglify": "uglifyjs ./src/worker.js -o ./dist/worker.min.js --compress --mangle"
},
"keywords": [
"web workers",
"multithread",
"promises"
],
"files": [
"dist/worker.min.js",
"src/worker.js"
Expand All @@ -25,7 +29,6 @@
"homepage": "https://github.com/deebloo/workers",
"devDependencies": {
"jasmine-core": "*",
"jsdoc": "*",
"karma": "*",
"karma-coverage": "*",
"karma-jasmine": "*",
Expand Down

0 comments on commit 56594c0

Please sign in to comment.