Skip to content

Commit 5258b4a

Browse files
committed
Expose dist file through bower
1 parent 77597e1 commit 5258b4a

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
node_modules
22
npm-debug.log
33
.DS_Store
4-
dist
54
lib
65
coverage
76
*.tgz

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "ng-redux",
3+
"version": "3.0.2",
4+
"homepage": "http://github.com/wbuchwalter/ng-redux",
5+
"authors": [
6+
"William Buchwalter <[email protected]> (http://github.com/wbuchwalter)"
7+
],
8+
"description": "Redux bindings for Angular.js",
9+
"main": "./dist/ng-redux.js",
10+
"moduleType": [],
11+
"keywords": [
12+
"angular",
13+
"redux"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
]
23+
}

dist/ng-redux.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)