Skip to content

Commit

Permalink
Merge tag v0.1.7, v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 27, 2023
3 parents a6392d4 + 86b2f8d + 57637b3 commit a5ae905
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions package.json
@@ -1,20 +1,13 @@
{
"name": "is-accessor-descriptor",
<<<<<<< .merge_file_pR4sA9
"version": "3.0.3",
=======
"version": "0.1.7",
>>>>>>> .merge_file_WswITF
"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
<<<<<<< .merge_file_pR4sA9
=======
"sideEffects": true,
>>>>>>> .merge_file_WswITF
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest",
Expand Down Expand Up @@ -53,15 +46,6 @@
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"license": "MIT",
"bugs": {
<<<<<<< .merge_file_pR4sA9
"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
},
"homepage": "https://github.com/inspect-js/is-accessor-descriptor",
"contributors": [
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Rouven Weßling (www.rouvenwessling.de)"
],
=======
"url": "https://github.com/inspect-js/is-accessor-descriptor/issues"
},
"homepage": "https://github.com/inspect-js/is-accessor-descriptor",
Expand All @@ -73,17 +57,13 @@
"gopd": "^1.0.1",
"hasown": "^2.0.0"
},
>>>>>>> .merge_file_WswITF
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"evalmd": "^0.0.19",
<<<<<<< .merge_file_pR4sA9
"has-property-descriptors": "^1.0.1",
=======
>>>>>>> .merge_file_WswITF
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
Expand All @@ -105,11 +85,5 @@
"ignore": [
".github/workflows"
]
<<<<<<< .merge_file_pR4sA9
},
"dependencies": {
"hasown": "^2.0.0"
=======
>>>>>>> .merge_file_WswITF
}
}

0 comments on commit a5ae905

Please sign in to comment.