File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 17
17
ga ( 'create' , 'UA-54446639-6' , 'auto' ) ;
18
18
ga ( 'send' , 'pageview' ) ;
19
19
</ script >
20
- < oc-component href ="https://opencomponents.now.sh /landing-page "> </ oc-component >
21
- < script src ="https://opencomponents.now.sh /oc-client/client.js "> </ script >
20
+ < oc-component href ="https://opencomponents.herokuapp.com /landing-page "> </ oc-component >
21
+ < script src ="https://opencomponents.herokuapp.com /oc-client/client.js "> </ script >
22
22
</ body >
23
23
</ html >
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "start" : " oc dev components 3030 " ,
8
- "test " : " echo \" Error: no test specified \" && exit 1 "
7
+ "start" : " node registry/server.js " ,
8
+ "dev " : " oc dev components 3030 "
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
18
18
"url" : " https://github.com/opencomponents/opencomponents.github.io/issues"
19
19
},
20
20
"homepage" : " https://github.com/opencomponents/opencomponents.github.io#readme" ,
21
- "devDependencies" : {
22
- "oc" : " ^0.41.16"
23
- },
24
21
"dependencies" : {
25
- "oc-template-handlebars-compiler" : " ^6.1.3"
22
+ "dotenv" : " ^4.0.0" ,
23
+ "oc" : " ^0.42.7"
24
+ },
25
+ "engines" : {
26
+ "node" : " 8.9.1"
26
27
}
27
28
}
You can’t perform that action at this time.
0 commit comments