Skip to content

Commit

Permalink
Added Bower support, fix test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ilsenem committed Oct 1, 2014
1 parent 75633bd commit 8e1837d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bower_components
node_modules
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clean:
minify: .mithril-di.min.js

test: mithril-di.js
@npm test
@mocha

build: test minify

Expand Down
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "mithril-di",
"main": "mithril-di.min.js",
"version": "0.1.0",
"homepage": "https://github.com/ilsenem/mithril-di",
"authors": [
"ilsenem <[email protected]>"
],
"description": "Dependency injection library for Mithril framework",
"keywords": [
"mithril",
"dependency",
"injection"
],
"license": "MIT",
"dependencies": {
"mithril": "v0.1.*"
},
"ignore": [
".*",
"bower_components",
"node_modules",
"src",
"test",
"gulpfile.js",
"Makefile",
"package.json"
]
}

0 comments on commit 8e1837d

Please sign in to comment.