Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from mohbasheer/npm
Browse files Browse the repository at this point in the history
registered with npm
  • Loading branch information
mohbasheer authored Jan 13, 2017
2 parents cd89c38 + a1ba773 commit e936d70
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-chips",
"version": "1.0.8",
"version": "1.0.9",
"homepage": "https://github.com/mohbasheer/angular-chips",
"authors": [
"Mohammed Basheer"
Expand Down
36 changes: 33 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-chips",
"version": "1.0.8",
"description": "",
"version": "1.0.9",
"description": "Angular-Chips is the angular based component. You can use it to add dynamic chips or free form tags. check samples directory for more information.",
"author": "Mohammed Basheer",
"license": "MIT",
"devDependencies": {
Expand All @@ -23,5 +23,35 @@
"karma-phantomjs-launcher": "^1.0.0",
"run-sequence": "^1.1.5",
"st": "^1.1.0"
}
},
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"keywords": [
"angular",
"chips",
"multiselect",
"single select",
"chip with promise",
"chips with promise",
"tags",
"inline tagging",
"inline tag",
"free form tags",
"promise based tags",
"promise based chip"
],
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohbasheer/angular-chips.git"
},
"bugs": {
"url": "https://github.com/mohbasheer/angular-chips/issues"
},
"homepage": "https://github.com/mohbasheer/angular-chips#readme"
}

0 comments on commit e936d70

Please sign in to comment.