Skip to content

Commit

Permalink
Public access npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofjavascript committed Dec 13, 2019
1 parent a1e9220 commit c5a7e3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sonofjavascript/js-compare",
"author": "Albert Pérez Farrés",
"version": "1.0.1",
"version": "1.0.0",
"description": "Lightweight and simple Javascript tool to compare equality with objects, arrays and other Javascript object types.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -18,6 +18,9 @@
"equals"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"standard": {
"env": [
"jest"
Expand Down

0 comments on commit c5a7e3a

Please sign in to comment.