@ntpu/i18n-iso-countries
Version:
i18n for ISO 3166-1 country codes
23 lines (17 loc) • 420 B
Plain Text
default: test
jshint:
@echo "jshint"
@find . -name "*.js" -not -path "./node_modules/*" -print0 | xargs -0 ./node_modules/.bin/jshint
circular:
@echo "circular"
@./node_modules/.bin/madge --circular --format amd --exclude 'madge|source-map' .
mocha:
@echo "mocha"
@./node_modules/.bin/mocha test/*.js
@echo
test: jshint circular mocha
@echo "test"
@echo
outdated:
@echo "outdated modules?"
@npm outdated