Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9bb9577

Browse files
Merge pull request amejiarosario#10 from Hongarc/npm
chore: only publish `src` to npm
2 parents 13806d5 + 1a9ddf0 commit 9bb9577

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

‎.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",
66
"homepage": "https://github.com/amejiarosario/dsa.js",
77
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/amejiarosario/dsa.js.git"
8+
"type": "git",
9+
"url": "https://github.com/amejiarosario/dsa.js.git"
1010
},
1111
"main": "./src/index.js",
12+
"files": [
13+
"src/**/*.js"
14+
],
1215
"scripts": {
1316
"test": "jest src/",
1417
"watch": "jest src/ --watch --coverage",
@@ -25,9 +28,7 @@
2528
"binary search trees"
2629
],
2730
"license": "MIT",
28-
"dependencies": {
29-
30-
},
31+
"dependencies": {},
3132
"devDependencies": {
3233
"benchmark": "2.1.4",
3334
"eslint": "4.19.1",
@@ -38,6 +39,6 @@
3839
"textlint-plugin-asciidoctor": "1.0.2"
3940
},
4041
"engines": {
41-
"node": ">=10.0.0"
42+
"node": ">=10.0.0"
4243
}
4344
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /