Commit 9b7a4e4 1 parent 1c02a75 commit 9b7a4e4 Copy full SHA for 9b7a4e4
File tree 5 files changed +10
-1581
lines changed
5 files changed +10
-1581
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<!-- include papers-generator -->
7
7
< link rel ="stylesheet " type ="text/css " href ="../lib/papiers.css " />
8
- < script src ="../zepto/zepto.js "> </ script >
8
+ < script src ="../node_modules/ zepto/zepto.min .js "> </ script >
9
9
< script src ="../lib/papers.functions.js "> </ script >
10
10
< script src ="../lib/papers.js "> </ script >
11
11
Original file line number Diff line number Diff line change 17
17
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
18
18
19
19
< link rel ="stylesheet " type ="text/css " href ="lib/papiers.css " />
20
- < script src ="zepto/zepto.js "> </ script >
20
+ < script src ="../node_modules/ zepto/zepto.min .js "> </ script >
21
21
< script src ="lib/papers.functions.js "> </ script >
22
22
< script src ="lib/papers.js "> </ script >
23
23
Original file line number Diff line number Diff line change 17
17
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
18
18
19
19
< link rel ="stylesheet " type ="text/css " href ="lib/papiers.css " />
20
- < script src ="zepto/zepto.js "> </ script >
20
+ < script src ="../node_modules/ zepto/zepto.min .js "> </ script >
21
21
< script src ="lib/papers.functions.js "> </ script >
22
22
< script src ="lib/papers.js "> </ script >
23
23
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.1" ,
4
4
"author" :
" Jehan Bruggeman <[email protected] >" ,
5
5
"description" : " Generate papers for real-life games." ,
6
-
7
6
"scripts" : {
8
- "test" : " ./node_modules/mocha/bin/ mocha -R spec"
7
+ "test" : " mocha -R spec"
9
8
},
10
-
11
9
"repository" : {
12
10
"type" : " git" ,
13
11
"url" : " https://github.com/jbruggem/papers-generator.git"
14
12
},
15
-
16
- "dependencies" : {
17
- "domino" :" 1.0.*" ,
18
- "zepto-node" :" 1.0.*"
19
- },
20
-
13
+ "dependencies" : {
14
+ "domino" : " 1.0.*" ,
15
+ "zepto" : " 0.0.4" ,
16
+ "zepto-node" : " 1.0.*"
17
+ },
21
18
"devDependencies" : {
22
- "mocha" : " 1.13.*"
19
+ "mocha" : " 1.13.*"
23
20
},
24
-
25
21
"license" : " Apache License 2.0" ,
26
-
27
22
"engines" : {
28
23
"node" : " >=0.10"
29
24
}
30
25
}
31
-
You can’t perform that action at this time.
0 commit comments