Skip to content

Commit 3a58670

Browse files
committed
Fixes and cleanup for package/bower.json
1 parent 9e081bc commit 3a58670

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"main": [
6-
"build.coffee"
6+
"build.js"
77
],
88
"ignore": [
99
"**/.*",
@@ -15,7 +15,6 @@
1515
"dependencies": {
1616
"jquery": "~2.1.3",
1717
"bootstrap": "^3.3.7",
18-
"fullcalendar": "2.7.0",
1918
"components-font-awesome": "~4.6.3"
2019
}
2120
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "galaxy-site",
2+
"name": "galaxy-hub",
33
"version": "0.0.1",
4-
"description": "Galaxy Website",
5-
"main": "index.js",
4+
"description": "Galaxy Community Hub",
5+
"main": "build.js",
66
"license": "AFL-3.0",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/npm/npm.git"
9+
"url": "https://github.com/galaxyproject/galaxy-hub.git"
1010
},
1111
"dependencies": {
1212
"bower": "^1.4.1",

0 commit comments

Comments
 (0)