Skip to content

Commit

Permalink
Remove npm warnings
Browse files Browse the repository at this point in the history
Added `description` and `repository` in the `package.json` file.
  • Loading branch information
bobey committed Aug 28, 2014
1 parent f64e5a9 commit 479d61e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "Angular-NestedSortable",
"version": "2.1.5",
"description": "An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery",
"repository": {
"type": "git",
"url": "https://github.com/JimLiu/angular-ui-tree"
},
"dependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
Expand Down

0 comments on commit 479d61e

Please sign in to comment.