Skip to content
Snippets Groups Projects
Commit 4b430988 authored by Jason Mulligan's avatar Jason Mulligan
Browse files

Fixing `package.json`

parent c8d99998
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "tiny-worker", "name": "tiny-worker",
"version": "0.1.0", "version": "0.1.0",
"description": "Tiny WebWorker for Server", "description": "Tiny WebWorker for Server",
"main": "lib/tiny-worker.js", "main": "lib/index.js",
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"
}, },
...@@ -11,11 +11,10 @@ ...@@ -11,11 +11,10 @@
"url": "https://github.com/avoidwork/tiny-worker.git" "url": "https://github.com/avoidwork/tiny-worker.git"
}, },
"keywords": [ "keywords": [
"es6", "web",
"unboxed", "worker",
"promise", "ps",
"deferred", "webworker"
"defer"
], ],
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>", "author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment