Skip to content

Commit 2f9c934

Browse files
committed
add exports
1 parent c44e4ae commit 2f9c934

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

js/red-javascript-style-guide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-red",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"license": "CC0-1.0",
55
"homepage": "https://github.com/GrosSacASac/JavaScript-Set-Up/tree/master/js/red-javascript-style-guide",
66
"files": [

js/red-javascript-style-guide/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Use constants at the top of the scope.
647647
### Order by what you want to see the most.
648648

649649
1. Name, version, description, license, author, homepage (What is it ?)
650-
2. type, main, module, browser, bin (What is the entry file ?)
650+
2. type, main, module, browser, exports, bin (What is the entry file ?)
651651
3. scripts (What commands are available ?)
652652
4. dependencies, optionalDependencies, peerDependencies devDependencies (What does it use ?)
653653
5. configs, engines, os, cpu (How is it configured ?)

0 commit comments

Comments
 (0)