Skip to content

Instantly share code, notes, and snippets.

@SIRHAMY
Created February 26, 2016 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SIRHAMY/b9a776484989ccd01983 to your computer and use it in GitHub Desktop.
Save SIRHAMY/b9a776484989ccd01983 to your computer and use it in GitHub Desktop.
Bad package.json - Trailing comma
{
"name": "fullstackreduxtutorialserver",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive",
"test:watch": "npm run test -- --watch"
},
"babel": {
"presets": ["es2015"],
},
"repository": {
"type": "git",
"url": "git+https://github.com/SIRHAMY/FullStackReduxTutorial.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SIRHAMY/FullStackReduxTutorial/issues"
},
"homepage": "https://github.com/SIRHAMY/FullStackReduxTutorial#readme",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment