File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22/.nyc_output /
33/build /
44/coverage /
5+ /scratch /
56
67# node
78node_modules /
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ test_command := mocha test --require=test/index --recursive
1717# Files
1818
1919lib_files := $(shell find lib -type f -name * .js)
20- lib_asset_files := $(shell find lib -type f ! -name "* .js" ! -name "* .js.flow" ! -name " .eslintrc.* " ! -name "* .orig")
20+ lib_asset_files := $(shell find lib -type f ! -name "* .js" ! -name ".eslintrc.* " ! -name "* .orig")
2121
2222build_files := $(lib_files:lib/%=build/% )
2323build_asset_files := $(lib_asset_files:lib/%=build/% )
24- build_package_files := build/README.md build/package.json build/license build/.npmignore
24+ build_package_files := build/README.md build/package.json build/license build/.npmignore build/History.md
2525
2626
2727# Build
You can’t perform that action at this time.
0 commit comments