Skip to content

Commit

Permalink
Added compile step to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Young Kim committed Mar 21, 2014
1 parent dd3dbf5 commit b9e2da9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dvl",
"version": "1.5.0",
"version": "1.5.1",
"description": "A framework for building highly interactive user interfaces and data visualizations dynamically with JavaScript.",
"keywords": [
"dom",
Expand Down Expand Up @@ -32,6 +32,7 @@
"coffee-script": "1.6.3"
},
"scripts": {
"test": "./test-run"
"test": "./test-run",
"install": "./compile"
}
}

0 comments on commit b9e2da9

Please sign in to comment.