Skip to content

Commit ffa3c6c

Browse files
committed
update package.json for react-router-sans-urls
1 parent 8e5163f commit ffa3c6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tutorial"
1111
],
1212
"bugs": {
13-
"url": "https://github.com/coderoad/atom-coderoad"
13+
"url": "//github.com/coderoad/atom-coderoad"
1414
},
1515
"license": "Apache",
1616
"author": "Shawn McKay <shawn.j.mckay@gmail.com>",
@@ -23,7 +23,7 @@
2323
"*.md"
2424
],
2525
"main": "./lib/index.js",
26-
"repository": "https://github.com/coderoad/atom-coderoad",
26+
"repository": "//github.com/coderoad/atom-coderoad",
2727
"scripts": {
2828
"compile": "tsc",
2929
"test": "tsc test/*.ts src/typings.d.ts && ava"
@@ -37,6 +37,7 @@
3737
"react": "15.2.1",
3838
"react-dom": "15.2.1",
3939
"react-redux": "4.4.5",
40+
"react-router-sans-urls": "0.1.0",
4041
"react-tap-event-plugin": "1.0.0",
4142
"redux": "3.5.2"
4243
},

0 commit comments

Comments
 (0)