File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
- cached-iterable .js
2
+ index .js
3
3
compat.js
Original file line number Diff line number Diff line change 22
22
--require mocha_config \
23
23
test/** /* _test.js
24
24
25
- build : $( PACKAGE ) .js compat.js
25
+ build : index .js compat.js
26
26
27
- $( PACKAGE ) .js : $(SOURCES )
27
+ index .js : $(SOURCES )
28
28
@rollup $(CURDIR ) /src/index.mjs \
29
29
--config $(CURDIR ) /bundle_config.js \
30
30
--banner " /* $( PACKAGE) @$( VERSION) */" \
@@ -43,5 +43,5 @@ compat.js: $(SOURCES)
43
43
@echo -e " $( OK) $@ built"
44
44
45
45
clean :
46
- @rm -f $( PACKAGE ) .js compat.js
46
+ @rm -f index .js compat.js
47
47
@echo -e " $( OK) clean"
Original file line number Diff line number Diff line change 17
17
"directories" : {
18
18
"lib" : " ./src"
19
19
},
20
- "main" : " ./cached-iterable .js" ,
21
- "module" : " ./src/index.js " ,
20
+ "main" : " ./index .js" ,
21
+ "module" : " ./src/index.mjs " ,
22
22
"repository" : {
23
23
"type" : " git" ,
24
24
"url" : " https://github.com/projectfluent/cached-iterable.git"
You can’t perform that action at this time.
0 commit comments