Skip to content

Commit e8321cb

Browse files
committed
Removed private on bower
1 parent 48c3d7c commit e8321cb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

bower.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"name": "ionic",
3-
"version": "0.9.0",
3+
"version": "0.9.09",
44
"homepage": "https://github.com/driftyco/ionic",
55
"authors": [
66
"Max Lynch <[email protected]>"
7+
"Adam Bradley <[email protected]>"
8+
"Ben Sperry <[email protected]>"
79
],
810
"description": "Advanced HTML5 hybrid mobile app development framework.",
9-
"main": "dist/js/ionic.js",
11+
"main": [
12+
"dist/js/ionic.js",
13+
"dist/js/ionic-angular.js",
14+
"dist/css/ionic.css",
15+
"dist/fonts/*"
16+
],
1017
"keywords": [
1118
"mobile",
1219
"html5",
@@ -20,7 +27,7 @@
2027
"bootstrap"
2128
],
2229
"license": "MIT",
23-
"private": true,
30+
"private": false,
2431
"ignore": [
2532
"**/.*",
2633
"node_modules",

0 commit comments

Comments
 (0)