File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11node_modules
2- cached-iterable .js
2+ index .js
33compat.js
Original file line number Diff line number Diff line change 2222 --require mocha_config \
2323 test/** /* _test.js
2424
25- build : $( PACKAGE ) .js compat.js
25+ build : index .js compat.js
2626
27- $( PACKAGE ) .js : $(SOURCES )
27+ index .js : $(SOURCES )
2828 @rollup $(CURDIR ) /src/index.mjs \
2929 --config $(CURDIR ) /bundle_config.js \
3030 --banner " /* $( PACKAGE) @$( VERSION) */" \
@@ -43,5 +43,5 @@ compat.js: $(SOURCES)
4343 @echo -e " $( OK) $@ built"
4444
4545clean :
46- @rm -f $( PACKAGE ) .js compat.js
46+ @rm -f index .js compat.js
4747 @echo -e " $( OK) clean"
Original file line number Diff line number Diff line change 1717 "directories" : {
1818 "lib" : " ./src"
1919 },
20- "main" : " ./cached-iterable .js" ,
21- "module" : " ./src/index.js " ,
20+ "main" : " ./index .js" ,
21+ "module" : " ./src/index.mjs " ,
2222 "repository" : {
2323 "type" : " git" ,
2424 "url" : " https://github.com/projectfluent/cached-iterable.git"
You can’t perform that action at this time.
0 commit comments