can-define

v0.6.0
Like can.Map, but without the .attr method.
CanJS

build

node build.js

jshint

jshint can-define.js --config

postversion

git push --tags && git checkout master && git branch -D release && git push

preversion

npm test && npm run build

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.html --browsers firefox

test

npm run jshint && npm run testee

version

git commit -am "Update dist for release" && git checkout -b release && git add -f dist/

Metadata

  • MIT
  • Whatever
  • Bitovi
  • released 4/29/2016

Downloads