Skip to content

Commit

Permalink
add gh package
Browse files Browse the repository at this point in the history
  • Loading branch information
OrderAndCh4oS committed Sep 8, 2020
1 parent 0a270a4 commit 28a2eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@orderandchaos/sorted",
"version": "1.0.3",
"version": "1.0.5",
"description": "Sort an array of objects by it's keys",
"author": "sarcoma",
"license": "MIT",
"repository": "sarcoma/sort-array-by-object-key",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"engines": {
"node": ">=10"
},
Expand Down

0 comments on commit 28a2eab

Please sign in to comment.