can-define

v2.0.0-pre.31
Create observable objects with JS dot operator compatibility
CanJS

jshint

jshint --config .jshintrc --exclude ./node_modules,./dist .

preversion

npm test

postpublish

git push --tags && git push

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

start

serve -p 8080

testee

testee test/test.html --browsers firefox

test

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

detect-cycle

detect-cyclic-packages --ignore done-serve

Metadata

  • MIT
  • Whatever
  • Bitovi
  • released 1/17/2018

Downloads