max-mapper / voxel-engine

3D HTML5 voxel game engine
http://maxogden.github.com/voxel-engine
BSD 3-Clause "New" or "Revised" License
1.29k stars 220 forks source link

Fix invalid JSON #98

Closed deathcap closed 10 years ago

deathcap commented 10 years ago

Removes the superfluous trailing comma causing:

npm ERR! Failed to parse json npm ERR! Unexpected token ] npm ERR! File: voxeljs/voxel-engine/package.json npm ERR! Failed to parse package.json data. npm ERR! package.json must be actual JSON, not just JavaScript. npm ERR! npm ERR! This is not a bug in npm. npm ERR! Tell the package author to fix their package.json file. JSON.parse

npm ERR! System Darwin 13.1.0 npm ERR! command "node" "/usr/local/bin/npm" "test" npm ERR! cwd voxeljs/voxel-engine npm ERR! node -v v0.10.21 npm ERR! npm -v 1.4.4 npm ERR! file voxeljs/voxel-engine/package.json npm ERR! code EJSONPARSE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! voxeljs/voxel-engine/npm-debug.log npm ERR! not ok code 0

cheers