Created
February 26, 2016 01:48
-
-
Save SIRHAMY/b9a776484989ccd01983 to your computer and use it in GitHub Desktop.
Bad package.json - Trailing comma
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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