Skip to content

Commit 0007cf7

Browse files
committed
🥥 chutney pkg scripts
1 parent f467930 commit 0007cf7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.npmignore

Whitespace-only changes.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"name": "extra-sortedarray",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "A sorted array is a collection of values, arranged in an order.",
55
"main": "index.js",
6+
"module": "index.mjs",
7+
"exports": {
8+
"require": "./index.js",
9+
"import": "./index.mjs"
10+
},
611
"scripts": {
712
"test": "exit"
813
},
14+
"runkitExampleFilename": "example.js",
915
"repository": {
1016
"type": "git",
1117
"url": "git+https://github.com/nodef/extra-sortedarray.git"

0 commit comments

Comments
 (0)