Skip to content

Commit

Permalink
NPM: Fix missing index.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Feb 6, 2015
1 parent e272d4a commit 3d66076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "thegrid-apidocs",
"version": "0.0.2",
"version": "0.0.3",
"description": "API documentation for The Grid",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,7 @@
},
"main": "index.coffee",
"files": [
"index.coffee",
"schemata",
"examples"
],
Expand Down

0 comments on commit 3d66076

Please sign in to comment.