8000 Merge pull request #114 from jgravois/pkg-fixes · mrazzzy/esri.github.io@6fe2672 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fe2672

Browse files
authored
Merge pull request Esri#114 from jgravois/pkg-fixes
fix pkg links
2 parents acf04f4 + e51e69f commit 6fe2672

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "esri.github.com",
2+
"name": "esri.github.io",
33
"version": "2.0.1",
4+
"private": true,
45
"description": "Landing page for Esri open source projects.",
56
"author": "Esri",
67
"license": "Apache-2.0",
7-
"main": "js/index.js",
8+
"main": "src/assets/js/github.js",
89
"dependencies": {
910
"@angular/common": "2.4.1",
1011
"@angular/compiler": "2.4.1",
@@ -120,7 +121,7 @@
120121
},
121122
"repository": {
122123
"type": "git",
123-
"url": "git+https://github.com/jf990/esri.github.com.git"
124+
"url": "git+https://github.com/Esri/esri.github.io.git"
124125
},
125126
"keywords": [
126127
"html",
@@ -130,8 +131,8 @@
130131
"calcite"
131132
],
132133
"bugs": {
133-
"url": "https://github.com/jf990/esri.github.com/issues"
134+
"url": "https://github.com/Esri/esri.github.io/issues"
134135
},
135136
"contributors": [],
136-
"homepage": "https://github.com/jf990/esri.github.com#readme"
137+
"homepage": "https://github.com/Esri/esri.github.io#readme"
137138
}

0 commit comments

Comments
 (0)
0