Skip to content

Commit

Permalink
[meta] add some missing repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 9, 2020
1 parent e84d645 commit 3385da3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
@@ -1,7 +1,16 @@
{
"name": "string.prototype.trimstart",
"version": "1.0.0",
"author": "Jordan Harband <ljharb@gmail.com>",
"contributors": [
"Jordan Harband <ljharb@gmail.com>",
"Khaled Al-Ansari <khaledelansari@gmail.com>"
],
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"description": "ES2019 spec-compliant String.prototype.trimStart shim.",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint .",
Expand All @@ -14,6 +23,10 @@
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"repository": {
"type": "git",
"url": "git://github.com/es-shims/String.prototype.trimStart.git"
},
"keywords": [
"es6",
"es7",
Expand All @@ -29,11 +42,6 @@
"trimEnd",
"tc39"
],
"author": "Khaled Al-Ansari <khaledelansari@gmail.com>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"license": "MIT",
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^16.0.0",
Expand Down

0 comments on commit 3385da3

Please sign in to comment.