Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Bower package registration (#3)
  • Loading branch information
rodikh committed Nov 19, 2014
1 parent 5ca2227 commit 1e0f5e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angular-json-editor",
"version": "0.0.1",
"version": "0.1.0",
"authors": [
"Rodik Hanukaev <[email protected]>",
"Rodik Hanukaev <[email protected]>",
"Topaz Bar <[email protected]>"
],
"description": "angular.js directive for jdorn's json-editor",
Expand All @@ -20,7 +20,7 @@
"node_modules"
],
"dependencies": {
"json-editor": "~0.6.17",
"angular": "*"
"json-editor": "~0.7.13",
"angular": "1.*"
}
}
2 changes: 1 addition & 1 deletion dist/angular-json-editor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "angular-json-editor",
"version": "0.0.1",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/rodikh/angular-json-editor.git"
},
"devDependencies": {
"grunt": "0.4.*",
"grunt-contrib-jshint": "0.10.*",
"grunt-jscs-checker": "0.4.*",
"grunt-jscs": "0.8.*",
"grunt-contrib-uglify": "0.4.*",
"grunt-contrib-concat": "0.4.*",
"grunt-contrib-clean": "0.5.*",
Expand Down

0 comments on commit 1e0f5e9

Please sign in to comment.