Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
diegograsso committed Jul 4, 2016
1 parent 93a767a commit 1bc8202
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@
"registry": "npm",
"main": "index",
"format": "amd",
"jspmNodeConversion": false,
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"aurelia-polyfills": "^1.0.0-beta.1.1.0",
"collokia/taggy": "github:collokia/taggy@^1.0.3"
},
"devDependencies": {}
"devDependencies": {
"aurelia-polyfills": "^1.0.0-beta.1.1.0"
}
}
}

0 comments on commit 1bc8202

Please sign in to comment.