can-compute

v4.1.1
CanJS’s legacy way of composing observables. Use can-observation instead.
canjs canjs-plugin donejs

preversion

npm test

postpublish

git push --tags && git push

testee

testee 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

build

node build.js

develop

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

detect-cycle

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

Metadata

Downloads