Skip to content

Commit 75d736e

Browse files
author
Josh Biddick
committed
Specify CommonJS and ESM entry points
1 parent 8c33d40 commit 75d736e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@ricado/version-file",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Generates a verson file with your apps name, version and build date",
55
"repository": {
66
"url": "https://github.com/ricado-group/js-version-file.git"
77
},
8-
"main": "lib/index.js",
8+
"main": "lib-commonjs/index.js",
9+
"module": "lib/index.js",
910
"typings": "dist/version-file.d.ts",
1011
"scripts": {
1112
"build": "heft test --clean",

0 commit comments

Comments
 (0)