Galerie und tage

This commit is contained in:
2021-11-23 17:56:26 +01:00
parent ff35366279
commit 5f873bee89
4693 changed files with 149659 additions and 301447 deletions

8
node_modules/svgo/Makefile generated vendored
View File

@@ -1,5 +1,5 @@
test:
@npm run test
@NODE_ENV=test ./node_modules/.bin/mocha
lib-cov:
@./node_modules/.bin/istanbul instrument --output lib-cov --no-compact --variable global.__coverage__ lib
@@ -13,9 +13,9 @@ coveralls: lib-cov
@cat lcov.info | ./node_modules/.bin/coveralls
@rm -rf lib-cov lcov.info
travis: lint test coveralls
travis: jshint test coveralls
lint:
@npm run lint
jshint:
@jshint --show-non-errors .
.PHONY: test