Implement LazyArray.splice(), implement unshift/shift/push/pop in terms of splice...
[logjson.git] / link.sh
1 #!/bin/sh
2 rm -rf node_modules package-lock.json
3 npm install
4 npm link