Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siimon committed Mar 10, 2018
1 parent d6ce9c1 commit b351e5f
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "prom-client",
"version": "10.2.3",
"version": "11.0.0",
"description": "Client for prometheus",
"main": "index.js",
"files": [
"lib/",
"index.js",
"index.d.ts"
],
"files": ["lib/", "index.js", "index.d.ts"],
"engines": {
"node": ">=6"
},
Expand All @@ -22,11 +18,7 @@
"type": "git",
"url": "git@github.com:siimon/prom-client.git"
},
"keywords": [
"Prometheus",
"Metrics",
"Client"
],
"keywords": ["Prometheus", "Metrics", "Client"],
"author": "Simon Nyberg",
"license": "Apache-2.0",
"homepage": "https://github.com/siimon/prom-client",
Expand All @@ -50,18 +42,9 @@
"testRegex": ".*Test\\.js$"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"*.{ts,md,json}": [
"prettier --write",
"git add"
],
".eslintrc": [
"prettier --write",
"git add"
]
"*.js": ["eslint --fix", "git add"],
"*.{ts,md,json}": ["prettier --write", "git add"],
".eslintrc": ["prettier --write", "git add"]
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit b351e5f

Please sign in to comment.