Skip to content

Commit

Permalink
Fix dependencies and specify version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyoung committed Jan 3, 2015
1 parent 0e75cc2 commit 23fe6c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"dependencies": {
"gss/error-reporter": "~0.1.0",
"gss/vfl-compiler": "*",
"gss/vgl-compiler": "*"
"gss/vfl-compiler": "~1.1.3",
"gss/vgl-compiler": "~0.0.6"
},
"main": "lib/compiler.js",
"license": "MIT"
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
}
],
"dependencies": {
"error-reporter": "~0.1.0"
"error-reporter": "~0.1.0",
"vfl-compiler": "~1.1.3",
"vgl-compiler": "~0.0.6"
},
"devDependencies": {
"grunt": "~0.4.1",
Expand All @@ -28,10 +30,6 @@
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-coffee": "~0.7.0"
},
"dependencies": {
"vfl-compiler": "*",
"vgl-compiler": "*"
},
"keywords": [],
"scripts": {
"test": "node_modules/.bin/grunt test"
Expand Down

0 comments on commit 23fe6c2

Please sign in to comment.