Skip to content

Commit 9b7a4e4

Browse files
committed
zepto as a dependency
1 parent 1c02a75 commit 9b7a4e4

File tree

5 files changed

+10
-1581
lines changed

5 files changed

+10
-1581
lines changed

examples/medicaments.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- include papers-generator -->
77
<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>
99
<script src="../lib/papers.functions.js"></script>
1010
<script src="../lib/papers.js"></script>
1111

examples/organes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1818

1919
<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>
2121
<script src="lib/papers.functions.js"></script>
2222
<script src="lib/papers.js"></script>
2323

examples/vies-cite-inca.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1818

1919
<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>
2121
<script src="lib/papers.functions.js"></script>
2222
<script src="lib/papers.js"></script>
2323

package.json

+7-13
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,23 @@
33
"version": "0.0.1",
44
"author": "Jehan Bruggeman <[email protected]>",
55
"description": "Generate papers for real-life games.",
6-
76
"scripts": {
8-
"test": "./node_modules/mocha/bin/mocha -R spec"
7+
"test": "mocha -R spec"
98
},
10-
119
"repository": {
1210
"type": "git",
1311
"url": "https://github.com/jbruggem/papers-generator.git"
1412
},
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+
},
2118
"devDependencies": {
22-
"mocha": "1.13.*"
19+
"mocha": "1.13.*"
2320
},
24-
2521
"license": "Apache License 2.0",
26-
2722
"engines": {
2823
"node": ">=0.10"
2924
}
3025
}
31-

0 commit comments

Comments
 (0)