Skip to content

Commit a6bb553

Browse files
committed
package.json fix
1 parent 14c93f4 commit a6bb553

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"author": "Lloyd Brookes <75pound@gmail.com>",
44
"version": "5.0.0",
55
"description": "Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order",
6-
"repository": "https://github.com/75lb/sort-array",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/75lb/sort-array.git"
9+
},
710
"license": "MIT",
811
"type": "module",
912
"exports": {
@@ -27,7 +30,7 @@
2730
"test": "npm run dist && npm run test:ci",
2831
"test:ci": "75lb-nature test-runner test/defaults.js test/sort-computed-property.js test/sort-custom-order.js test/sort-falsy.js test/sort-primitives.js test/sort-small.js test/sort.js test/validation.js",
2932
"docs": "75lb-nature jsdoc2md -t README.hbs index.js -d 3 > README.md",
30-
"dist": "75lb-nature cjs-build index.js && 75lb-nature simple-rollup index.js",
33+
"dist": "75lb-nature cjs-build index.js && 75lb-nature simple-rollup index.js"
3134
},
3235
"dependencies": {
3336
"array-back": "^6.2.2",

0 commit comments

Comments
 (0)