can-set

v1.6.0
Set logic for CanJS
canjs

preversion

npm test && npm run build

version

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

postversion

git push --tags && git checkout master && git branch -D release && 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

jshint

jshint src/. --config

testee

testee test/test.html --browsers firefox

test

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

build

node build.js

detect-cycle

detect-cyclic-packages --ignore done-serve
npm i can-set

Metadata

  • MIT
  • Whatever
  • Bitovi
  • released 7/5/2018

Downloads