Skip to content

Commit

Permalink
Update webworker-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
pboyer committed Jan 16, 2017
1 parent 6e346e8 commit 60fdf72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ lib-cov
*.swp
*.swo
node_modules/
*.VC.db
*.VC.db-wal
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verb-nurbs",
"version": "2.0.0",
"version": "2.0.1",
"author": "pboyer <peter.b.boyer@gmail.com>",
"description": "A CAD library for the web",
"repository": {
Expand All @@ -18,15 +18,15 @@
"cad"
],
"dependencies": {
"webworker-threads": "0.6.2"
"webworker-threads": "0.7.8"
},
"devDependencies": {
"benchmark": "^1.0.0",
"grunt": "0.4.5",
"grunt-benchmark": "^0.3.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.9.1",
"grunt-docco": "0.3.3",
"grunt-docco": "0.5.0",
"grunt-haxe": "^0.1.13",
"grunt-mocha-test": "^0.12.7",
"grunt-text-replace": "^0.4.0",
Expand Down

0 comments on commit 60fdf72

Please sign in to comment.