UNPKG
matter-wrap
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
A coordinate wrapping plugin for matter.js
github.com/liabru/matter-wrap
liabru/matter-wrap
matter-wrap
/
.travis.yml
10 lines
•
135 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language:
node_js
sudo:
false
node_js:
-
"node"
install:
- npm install
script:
- npm run lint - npm run build - npm run test