can-connect

v1.5.16
Data connection middleware and utilities
CanJS

jshint

jshint --config .jshintrc

test

npm run jshint && testee --browsers firefox test/test.html

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

build

node build.js

Metadata

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

Downloads