We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20dab1 commit f0b29dfCopy full SHA for f0b29df
2 files changed
.github/workflows/publish.yml
@@ -43,4 +43,4 @@ jobs:
43
- run: npm ci
44
- run: npm publish
45
env:
46
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.git_hub_token}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lite-deep-equal",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A simple lightweight alternative for npm deep-equal package",
5
"main": ".build/index.js",
6
"scripts": {
0 commit comments