Skip to content

Commit 1d48b5a

Browse files
committed
gist
1 parent bedb977 commit 1d48b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ bar/
136136
- The word "default" has a special, and similar meaning in ES6 modules.
137137
- Despite "default" being a common English word, "default.js" is not widely used as a file name.
138138

139-
In a search of all the filenames in the @latest NPM packages as of 2016-01-28, "default.js" was only found 23 times in a package root. This particular "default.js" file was already an ES6 module. As a filename, "default.js" was found 1968 times. By contrast, "index.js" was found 22,607 times, and in the package root 10,282 times.
139+
In a [search of all the filenames in the @latest NPM packages as of 2016-01-28](https://gist.github.com/bmeck/9b234011938cd9c1f552d41db97ad005), "default.js" was only found 23 times in a package root. This particular "default.js" file was already an ES6 module. As a filename, "default.js" was found 1968 times. By contrast, "index.js" was found 22,607 times, and in the package root 10,282 times.
140140

141141

142142
## Running Modules from the Command Line

0 commit comments

Comments
 (0)