Skip to content

Commit 3f77fca

Browse files
committed
@togatech/helpful-js v1.0.3
1 parent d5ea11b commit 3f77fca

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@togatech/helpful-js",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "A collection of helpful JavaScript functions, started by TogaTech.org and built by the open-source community",
55
"main": "helpful.js",
66
"directories": {
@@ -24,5 +24,9 @@
2424
"homepage": "https://github.com/TogaTech/helpful.js#readme",
2525
"devDependencies": {
2626
"mocha": "^9.1.2"
27-
}
27+
},
28+
"publishConfig": {
29+
"access": "public"
30+
},
31+
"private": false
2832
}

0 commit comments

Comments
 (0)