Skip to content

Commit

Permalink
Small fix for npm package
Browse files Browse the repository at this point in the history
Until a permanent fix is made for building npm releasable packages, I've
added a small fix to the package.json file to allow for exported code.
  • Loading branch information
trevnorris committed Jun 27, 2012
1 parent b429645 commit dda1dfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,8 +1,9 @@
{
"name" : "jStat",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "Statistical Library for JavaScript",
"homepage" : "http://github.com/jstat/jstat",
"main" : "./dist/jstat.js",
"author" : {
"name" : "Trevor Norris",
"email" : "trev.norris@gmail.com",
Expand All @@ -16,7 +17,7 @@
"type" : "git",
"url" : "http ://github.com/jstat/jstat.git"
},
"devDependencies" : {
"dependencies" : {
"uglify-js" : "1.2.3",
"vows" : "0.6.x"
},
Expand Down

0 comments on commit dda1dfd

Please sign in to comment.