Skip to content

Commit

Permalink
rev package version and add files entry
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Nov 11, 2014
1 parent e0534cf commit fdc0ef2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "libtess",
"version": "1.0.4",
"version": "1.1.0",
"description": "Polygon tesselation library, ported from SGI's GLU implementation.",
"homepage": "https://github.com/brendankenny/libtess.js/",
"repository": {
"type": "git",
"url": "https://github.com/brendankenny/libtess.js.git"
},
"main": "libtess.min.js",
"files": [
"libtess.min.js",
"libtess.cat.js",
"LICENSE"
],
"scripts": {
"prepublish": "gulp build",
"test": "gulp test"
Expand Down

0 comments on commit fdc0ef2

Please sign in to comment.