prepublish yjs

This commit is contained in:
Kevin Jahns 2015-05-07 13:34:42 +02:00
parent 55ccacc442
commit 3c07a938cd

View File

@ -1,9 +1,10 @@
{ {
"name": "yjs", "name": "yjs",
"version": "0.5.0", "version": "0.5.1",
"description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.", "description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.",
"main": "./build/node/y.js", "main": "./build/node/y.js",
"scripts": { "scripts": {
"prepublish": "./node_module/.bin/gulp build_node",
"test": "./node_modules/.bin/gulp mocha" "test": "./node_modules/.bin/gulp mocha"
}, },
"repository": { "repository": {
@ -26,9 +27,9 @@
}, },
"homepage": "https://dadamonad.github.io/yjs/", "homepage": "https://dadamonad.github.io/yjs/",
"dependencies": { "dependencies": {
"chai": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"chai": "^2.2.0",
"codo": "^2.0.9", "codo": "^2.0.9",
"coffee-errors": "~0.8.6", "coffee-errors": "~0.8.6",
"coffee-script": "^1.7.1", "coffee-script": "^1.7.1",