Skip to content

Commit

Permalink
added npm package. bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
fatlinesofcode committed Jul 14, 2016
1 parent 5f5487f commit bf1c064
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngDraggable",
"main": "ngDraggable.js",
"version": "0.1.8",
"version": "0.1.10",
"homepage": "https://github.com/fatlinesofcode/ngDraggable",
"ignore": [
"**/.*",
Expand Down
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "ngdraggable",
"version": "0.1.10",
"description": "Drag and drop module for Angular JS with support for touch devices",
"main": "ngDraggable.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatlinesofcode/ngDraggable.git"
},
"author": "philip andrews",
"license": "MIT",
"bugs": {
"url": "https://github.com/fatlinesofcode/ngDraggable/issues"
},
"homepage": "https://github.com/fatlinesofcode/ngDraggable#readme"
}

1 comment on commit bf1c064

@kucukkanat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shame that a year before that I opened a pull request for creating a package.json and was ignored ...

Please sign in to comment.