Skip to content

Commit

Permalink
Update dependencies and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Dec 5, 2017
1 parent 490ffbc commit f8ca1cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpak",
"version": "0.1.0",
"version": "0.1.1",
"description": "Compression codec for geometry",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"compression"
],
"devDependencies": {
"@types/node": "^8.0.50",
"typescript": "^2.6.1"
"@types/node": "^8.0.54",
"typescript": "^2.6.2"
}
}

0 comments on commit f8ca1cb

Please sign in to comment.