-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add CSS to bower.json, add package.json and npmignore
- Loading branch information
Showing
6 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.git | ||
.gitignore | ||
bower.json | ||
CHANGELOG.md | ||
package.json | ||
README.md | ||
screenshot.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "isteven-angular-multiselect", | ||
"version": "v2.0.2", | ||
"description": "A multi select dropdown directive for AngularJS", | ||
"main": { | ||
"angular-multi-select.js", | ||
This comment has been minimized.
Sorry, something went wrong. |
||
"angular-multi-select.css" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/isteven/angular-multi-select.git" | ||
}, | ||
"keywords": [ | ||
"angular" | ||
], | ||
"author": "Ignatius Steven <[email protected]> (https://github.com/isteven)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/isteven/angular-multi-select/issues" | ||
}, | ||
"homepage": "https://github.com/isteven/angular-multi-select" | ||
} |
1 comment
on commit c414ef6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed wrong JSON.. thanks for notifying this @sypl, much appreciated !
On a side note I'm quite amazed people didn't notice this before. Not many using the package.json?
This is invalid JSON, no?