Commit ece67af 1 parent 36d680f commit ece67af Copy full SHA for ece67af
File tree 2 files changed +4
-17
lines changed
2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 7
7
"url" : " https://magicjar.github.io"
8
8
},
9
9
"license" : " MIT" ,
10
- "main" : " dist/nusantara-valid.js" ,
11
- "directories" : {
12
- "doc" : " docs"
13
- },
10
+ "main" : " dist/umd/nusantara-valid.js" ,
14
11
"keywords" : [
15
12
" validator" ,
16
13
" javascript" ,
29
26
],
30
27
"repository" : {
31
28
"type" : " git" ,
32
- "url" : " git+ https://github.com/magicjar/nusantara-valid.git"
29
+ "url" : " https://github.com/magicjar/nusantara-valid.git"
33
30
},
34
31
"bugs" : {
35
32
"url" : " https://github.com/magicjar/nusantara-valid/issues"
36
33
},
37
34
"files" : [
38
35
" dist/" ,
39
- " src/{ts,js} /"
36
+ " src/ts /"
40
37
],
41
38
"scripts" : {
42
39
"clean" : " shx rm -rf dist" ,
60
57
"ts-node" : " ^8.10.2" ,
61
58
"tslib" : " ^2.0.0" ,
62
59
"typescript" : " ^3.9.5"
63
- },
64
- "dependencies" : {}
60
+ }
65
61
}
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ export default {
17
17
file : 'dist/umd/nusantara-valid.js' ,
18
18
format : 'umd' ,
19
19
name : 'NusantaraValid'
20
- } , {
21
- file : 'dist/js/nusantara-valid.js' ,
22
- format : 'iife' ,
23
- name : 'NusantaraValid'
24
20
} , {
25
21
file : 'dist/cjs/nusantara-valid.min.js' ,
26
22
format : 'cjs' ,
@@ -36,11 +32,6 @@ export default {
36
32
format : 'umd' ,
37
33
name : 'NusantaraValid' ,
38
34
plugins : [ terser ( ) ]
39
- } , {
40
- file : 'dist/js/nusantara-valid.min.js' ,
41
- format : 'iife' ,
42
- name : 'NusantaraValid' ,
43
- plugins : [ terser ( ) ]
44
35
}
45
36
] ,
46
37
plugins : [
You can’t perform that action at this time.
0 commit comments