can-component

v4.0.2
Custom elements for CanJS
canjs canjs-plugin donejs

preversion

npm test

postpublish

git push --tags && git push

testee

testee test/test.html --browsers firefox

test

npm run detect-cycle && npm run jshint && npm run testee

jshint

jshint ./*.js --config

release:pre

npm version prerelease && npm publish --tag=pre

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

develop

done-serve --static --develop --port 8080

detect-cycle

detect-cyclic-packages --ignore done-serve

Metadata

Downloads