Fixed indentation and updated sqlite to sqlite3! 🚀
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
    "scripts": {
 | 
			
		||||
        "start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js",
 | 
			
		||||
        "test": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. mocha --recursive test/system",
 | 
			
		||||
        "coverage": "cross-env PLANFLIX_CONFIG=conf/test.json NODE_PATH=. istanbul cover -x script/autogenerate-documentation.js --include-all-sources --dir test/.coverage node_modules/mocha/bin/_mocha --recursive test/**/* -- --report lcovonly && cat test/.coverage/lcov.info | coveralls && rm -rf test/.coverage",
 | 
			
		||||
        "coverage": "cross-env SEASONED_CONFIG=conf/test.json NODE_PATH=. istanbul cover -x script/autogenerate-documentation.js --include-all-sources --dir test/.coverage node_modules/mocha/bin/_mocha --recursive test/**/* -- --report lcovonly && cat test/.coverage/lcov.info | coveralls && rm -rf test/.coverage",
 | 
			
		||||
        "lint": "./node_modules/.bin/eslint src/"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
@@ -21,17 +21,15 @@
 | 
			
		||||
        "raven": "^2.2.1",
 | 
			
		||||
        "request": "^2.81.0",
 | 
			
		||||
        "request-promise": "^4.2",
 | 
			
		||||
        "sqlite": "^2.9.0"
 | 
			
		||||
        "sqlite3": "3.1.13"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "eslint": "^4.9.0",
 | 
			
		||||
        "eslint-config-airbnb-base": "^12.1.0",
 | 
			
		||||
        "eslint-plugin-import": "^2.8.0",
 | 
			
		||||
        "eslint": "^4.9.0",
 | 
			
		||||
        "istanbul": "^0.4.5",
 | 
			
		||||
        "mocha": "^3.1.0",
 | 
			
		||||
        "supertest": "^2.0.1",
 | 
			
		||||
        "supertest-as-promised": "^4.0.1"
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user