Skip to content

Commit 30121a1

Browse files
committed
NPM package 2.0.6.
1 parent 6f0a170 commit 30121a1

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

VERSION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Date: 8/13/24
44
Platform: JavaScript
55
Version: 2
66
Revision: 0
7-
Minor: 4
7+
Minor: 6
88
Authors: Saad Shams <[email protected]>
99
: David Foley <[email protected]>
1010
: Cliff Hall <[email protected]>
@@ -14,3 +14,5 @@ Release Date: 8/13/24
1414
2.0.2 - Version alignment in build
1515
2.0.3 - Update package description
1616
2.0.4 - Streamline exports and add ESM/CommonJS support
17+
2.0.5 - NPM package borked for cjs
18+
2.0.6 - NPM package bundling the ESM/CommonJS suuport

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@puremvc/puremvc-js-multicore-framework",
3-
"version": "2.0.4",
4-
"main": "bin/cjs/puremvc.cjs",
5-
"module": "bin/esm/puremvc.js",
3+
"version": "2.0.6",
64
"type": "module",
5+
"main": "bin/cjs/puremvc.js",
6+
"modules": "bin/esm/puremvc.js",
77
"exports": {
88
".": {
99
"import": "./bin/esm/puremvc.js",
10-
"require": "./bin/cjs/puremvc.cjs"
10+
"require": "./bin/cjs/puremvc.js"
1111
}
1212
},
1313
"description": "PureMVC MultiCore Framework for JavaScript",
@@ -35,9 +35,8 @@
3535
"mvc"
3636
],
3737
"files": [
38-
"bin/",
38+
"bin/**/*.*",
3939
"LICENSE",
40-
"README.md",
4140
"VERSION",
4241
"package.json"
4342
],
@@ -76,7 +75,7 @@
7675
"rollup": "^4.6.1"
7776
},
7877
"bin": {
79-
"puremvc-js-multicore-framework": "bin/esm/puremvc.js"
78+
"puremvc-js-multicore-framework": "bin/puremvc.js"
8079
},
8180
"directories": {
8281
"doc": "docs",

0 commit comments

Comments
 (0)