Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5163f commit ffa3c6cCopy full SHA for ffa3c6c
package.json
@@ -10,7 +10,7 @@
10
"tutorial"
11
],
12
"bugs": {
13
- "url": "https://github.com/coderoad/atom-coderoad"
+ "url": "//github.com/coderoad/atom-coderoad"
14
},
15
"license": "Apache",
16
"author": "Shawn McKay <[email protected]>",
@@ -23,7 +23,7 @@
23
"*.md"
24
25
"main": "./lib/index.js",
26
- "repository": "https://github.com/coderoad/atom-coderoad",
+ "repository": "//github.com/coderoad/atom-coderoad",
27
"scripts": {
28
"compile": "tsc",
29
"test": "tsc test/*.ts src/typings.d.ts && ava"
@@ -37,6 +37,7 @@
37
"react": "15.2.1",
38
"react-dom": "15.2.1",
39
"react-redux": "4.4.5",
40
+ "react-router-sans-urls": "0.1.0",
41
"react-tap-event-plugin": "1.0.0",
42
"redux": "3.5.2"
43
0 commit comments