Skip to content

Commit e578cae

Browse files
committed
fixing package.json and .npmignore for direct installation from GitHub
1 parent 64ce394 commit e578cae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!index.d.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://oracle-samples.github.io/mle-modules",
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/oracle-samples/mle-modules"
11+
"url": "git://github.com/oracle-samples/mle-modules.git"
1212
},
1313
"bugs": "https://github.com/oracle-samples/mle-modules/issues"
1414
}

0 commit comments

Comments
 (0)