Skip to content

Commit

Permalink
1.0.2 - Set publish config to public so we can publish a public scope…
Browse files Browse the repository at this point in the history
…d package.
  • Loading branch information
apexearth committed Feb 1, 2019
1 parent 4f82f5f commit 7d85062
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,6 +1,6 @@
{
"name": "@apexearth/egrep",
"version": "1.0.1",
"version": "1.0.2",
"description": "egrep for node!",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -45,5 +45,8 @@
"exclude": [
"src/**/*.spec.js"
]
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 7d85062

Please sign in to comment.