File tree Expand file tree Collapse file tree 4 files changed +5
-14
lines changed Expand file tree Collapse file tree 4 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 7
7
npm-debug.log *
8
8
9
9
dist
10
- lib
11
10
es
12
11
.DS_Store
13
12
Original file line number Diff line number Diff line change 8
8
- 14
9
9
- 13
10
10
- 12
11
- - 10
12
11
script :
13
12
- npm test
14
13
after_script :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ environment:
3
3
- nodejs_version : 14
4
4
- nodejs_version : 13
5
5
- nodejs_version : 12
6
- - nodejs_version : 10
7
6
install :
8
7
- ps : Install-Product node $env:nodejs_version
9
8
- set CI=true
Original file line number Diff line number Diff line change 42
42
"lib" : " lib"
43
43
},
44
44
"engines" : {
45
- "node" : " >=10 .0.0"
45
+ "node" : " >=12 .0.0"
46
46
},
47
47
"homepage" : " https://github.com/declandewet/common-tags" ,
48
48
"keywords" : [
74
74
],
75
75
"license" : " MIT" ,
76
76
"type" : " module" ,
77
- "main" : " lib" ,
78
- "exports" : {
79
- "import" : " ./es/index.js" ,
80
- "require" : " ./lib/index.js"
81
- },
77
+ "exports" : " ./es/index.js" ,
82
78
"unpkg" : " dist/common-tags.min.js" ,
83
79
"files" : [
84
80
" /dist" ,
85
- " /es" ,
86
- " /lib"
81
+ " /es"
87
82
],
88
83
"repository" : {
89
84
"type" : " git" ,
90
85
"url" : " https://github.com/declandewet/common-tags"
91
86
},
92
87
"scripts" : {
93
- "clear" : " rimraf lib/* && rimraf es/* && rimraf dist/*" ,
94
- "build" : " npm run clear && npm run build:cjs && npm run build:es && npm run build:unpkg" ,
95
- "build:cjs" : " babel src --out-dir lib --ignore **/*.test.js" ,
88
+ "clear" : " rimraf es/* && rimraf dist/*" ,
89
+ "build" : " npm run clear && npm run build:es && npm run build:unpkg" ,
96
90
"build:es" : " cross-env BABEL_ENV=es babel src --out-dir es --ignore **/*.test.js" ,
97
91
"build:unpkg" : " cross-env BABEL_ENV=es rollup --config" ,
98
92
"codecov" : " codecov" ,
You can’t perform that action at this time.
0 commit comments