File tree Expand file tree Collapse file tree 3 files changed +8
-25
lines changed Expand file tree Collapse file tree 3 files changed +8
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 13
13
" w3c" ,
14
14
" whatwg"
15
15
],
16
- "dependencies" : {},
17
- "files" : [
18
- " index.js" ,
19
- " index.json"
20
- ],
21
- "repository" : {
22
- "type" : " git" ,
23
- "url" : " https://github.com/wooorm/html-void-elements.git"
24
- },
16
+ "repository" : " https://github.com/wooorm/html-void-elements" ,
25
17
"bugs" : " https://github.com/wooorm/html-void-elements/issues" ,
26
18
"author" :
" Titus Wormer <[email protected] > (http://wooorm.com)" ,
27
19
"contributors" : [
28
20
" Titus Wormer <[email protected] > (http://wooorm.com)"
29
21
],
22
+ "main" : " index.js" ,
23
+ "files" : [
24
+ " index.json"
25
+ ],
26
+ "dependencies" : {},
30
27
"devDependencies" : {
31
28
"bail" : " ^1.0.0" ,
32
29
"browserify" : " ^13.0.0" ,
44
41
"scripts" : {
45
42
"build-md" : " remark . --quiet --frail" ,
46
43
"build-crawl" : " node script/build.js" ,
47
- "build-bundle" : " browserify index.js --bare -s htmlVoidElements > html-void-elements.js" ,
44
+ "build-bundle" : " browserify index.json --bare -s htmlVoidElements > html-void-elements.js" ,
48
45
"build-mangle" : " esmangle html-void-elements.js > html-void-elements.min.js" ,
49
46
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
50
47
"lint" : " xo" ,
Original file line number Diff line number Diff line change 12
12
13
13
/* Module dependencies. */
14
14
var test = require ( 'tape' ) ;
15
- var htmlVoidElements = require ( './index.js ' ) ;
15
+ var htmlVoidElements = require ( './' ) ;
16
16
17
17
/* Tests. */
18
18
test ( 'htmlVoidElements' , function ( t ) {
You can’t perform that action at this time.
0 commit comments