Skip to content

Commit

Permalink
reordering package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Oct 27, 2021
1 parent 59cd3ac commit d785546
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@
"name": "memoize-one",
"version": "6.0.0",
"description": "A memoization library which only remembers the latest invocation",
"main": "dist/memoize-one.cjs.js",
"types": "dist/memoize-one.d.ts",
"module": "dist/memoize-one.esm.js",
"sideEffects": false,
"author": "Alex Reardon <[email protected]>",
"license": "MIT",
"keywords": [
"memoize",
"memoization",
"cache",
"performance"
],
"repository": {
"type": "git",
"url": "https://github.com/alexreardon/memoize-one.git"
},
"bugs": {
"url": "https://github.com/alexreardon/memoize-one/issues"
},
"main": "dist/memoize-one.cjs.js",
"types": "dist/memoize-one.d.ts",
"module": "dist/memoize-one.esm.js",
"sideEffects": false,
"files": [
"/dist",
"/src"
Expand All @@ -34,12 +43,6 @@
"limit": "246B"
}
],
"keywords": [
"memoize",
"memoization",
"cache",
"performance"
],
"dependencies": {},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down

0 comments on commit d785546

Please sign in to comment.