fixed some tests, lint, better run-scripts

This commit is contained in:
Kevin Jahns
2015-09-16 16:25:30 +02:00
parent 2a601ac6f6
commit 6f3a291ef5
8 changed files with 47 additions and 59 deletions

View File

@@ -4,9 +4,9 @@
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "y.js",
"scripts": {
"test": "gulp test",
"lint": "standard",
"build": "gulp build"
"test": "./node_modules/.bin/gulp test",
"lint": "./node_modules/.bin/standard",
"build": "./node_modules/.bin/standard build"
},
"pre-commit": [
"lint",