Skip to content

Commit

Permalink
fix(errors): Format package.json with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Apr 17, 2020
1 parent 17d80e0 commit cbd31c1
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "4.5.2",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
"keywords": [
"feathers",
"feathers-plugin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 10"
},
"directories": {
"lib": "lib"
},
"scripts": {
"prepublish": "npm run compile",
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "4.5.2",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
"keywords": [
"feathers",
"feathers-plugin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git"
},
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"engines": {
"node": ">= 10"
},
"directories": {
"lib": "lib"
},
"scripts": {
"prepublish": "npm run compile",
"compile": "shx rm -rf lib/ && tsc",
"test": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {
"@feathersjs/feathers": "^4.5.2",
"@types/mocha": "^7.0.2",
},
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {
"@feathersjs/feathers": "^4.5.2",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"mocha": "^7.1.1",
"shx": "^0.3.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}
},
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
}

0 comments on commit cbd31c1

Please # to comment.