Skip to content

Commit 3f01686

Browse files
authored
Merge pull request #137 from marmelab/update-babel-webpack-chance
feat: update babel, webpack and chance dep
2 parents b3e30df + 69b6567 commit 3f01686

File tree

5 files changed

+7129
-4911
lines changed

5 files changed

+7129
-4911
lines changed

examples/basic/basic.css

-7
This file was deleted.

examples/basic/index.html

+21-25
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,27 @@
11
<!DOCTYPE html>
22
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>gremlins</title>
6+
</head>
37

4-
<head>
5-
<meta charset="utf-8">
6-
<title>gremlins</title>
7-
</head>
8+
<body>
9+
<input type="text" name="firstname" />
10+
<input type="number" name="age" />
11+
<input type="email" name="email" />
812

9-
<body>
10-
<input type="text" name="firstname" />
11-
<input type="number" name="age" />
12-
<input type="email" name="email" />
13-
14-
<select name="gender">
15-
<option value=""></option>
16-
<option value="other">Other</option>
17-
<option value="male">Male</option>
18-
<option value="female">Female</option>
19-
</select>
20-
21-
<br />
22-
<input type="radio" name="newsletter" value="0" />Yes
23-
<input type="radio" name="newsletter" value="1" />No
24-
<br />
25-
<input type="radio" name="spam" value="0" />Yes
26-
<input type="radio" name="spam" value="1" />No
27-
<input type="radio" name="spam" value="2" />Maybe
28-
<br />
29-
</body>
13+
<select name="gender">
14+
<option value=""></option>
15+
<option value="other">Other</option>
16+
<option value="male">Male</option>
17+
<option value="female">Female</option>
18+
</select>
3019

20+
<br />
21+
<input type="radio" name="newsletter" value="0" />Yes <input type="radio" name="newsletter" value="1" />No
22+
<br />
23+
<input type="radio" name="spam" value="0" />Yes <input type="radio" name="spam" value="1" />No
24+
<input type="radio" name="spam" value="2" />Maybe
25+
<br />
26+
</body>
3127
</html>

0 commit comments

Comments
 (0)