Skip to content

Commit

Permalink
added publishToNPM in script
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshmadrecha committed Jan 22, 2022
1 parent 3d8d241 commit efc6766
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "index.js",
"type": "module",
"sideEffects": false,
"scripts": {},
"scripts": {
"publishToNPM": "np --no-2fa"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madrecha/papaunparse.git"
Expand All @@ -20,4 +22,4 @@
"url": "https://github.com/madrecha/papaunparse/issues"
},
"homepage": "https://github.com/madrecha/papaunparse#readme"
}
}

0 comments on commit efc6766

Please sign in to comment.