UNPKG
can-observe
Version:
latest (2.3.2)
pre (2.1.3-0)
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.3
2.1.3-0
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0-pre.22
2.0.0-pre.21
2.0.0-pre.20
2.0.0-pre.19
2.0.0-pre.18
2.0.0-pre.17
2.0.0-pre.16
2.0.0-pre.14
2.0.0-pre.13
2.0.0-pre.12
2.0.0-pre.11
2.0.0-pre.10
2.0.0-pre.9
2.0.0-pre.8
2.0.0-pre.7
2.0.0-pre.6
2.0.0-pre.5
2.0.0-pre.4
2.0.0-pre.3
2.0.0-pre.1
2.0.0-pre.0
1.0.1
1.0.1-0
1.0.0
0.1.3
0.1.2
0.1.2-0
0.1.1
0.1.0
Like can.Map, but without the .attr method.
github.com/canjs/can-observe
canjs/can-observe
can-observe
/
Makefile
11 lines
(10 loc)
•
212 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
publish
-
docs: npm install
--no-shrinkwrap
git checkout
-
b gh
-
pages npm run docco git
add
-
f docs
/
git
fetch
git
commit
-
m "Publish docs" git push
-
f origin gh
-
pages git checkout
-
git branch
-
D gh
-
pages