RubyGems
npm
Organizations
Log in
Sign up
npm
@candlerip/shared3
Versions diffs
0.0.104 → 0.0.105
@candlerip/shared3 0.0.104 → 0.0.105
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (1)
hide
show
package/package.json
+2
-2
package/package.json
CHANGED
Viewed
@@ -1,9 +1,9 @@
1
1
{
2
2
"name": "@candlerip/shared3",
3
-
"version": "0.0.
104
",
3
+
"version": "0.0.
105
",
4
4
"type": "module",
5
-
"main": "src/index.js",
6
5
"exports": {
6
+
".": "./src/",
7
7
"./aws/": "./src/aws/",
8
8
"./backend/": "./src/backend/"
9
9
},