Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 7623e15

Browse files
committed
changes entry point for package level import
1 parent 2eab968 commit 7623e15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

objectron.js renamed to index.js

File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@menadevs/objectron",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "TBD",
5-
"main": "matcher.js",
5+
"main": "index.js",
66
"devDependencies": {
77
"chai": "^4.2.0",
88
"mocha": "^7.1.2"

0 commit comments

Comments
 (0)