Create package and entrypoint
This commit is contained in:
parent
1459d5293b
commit
9754f14d92
4
index.js
Normal file
4
index.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
module.exports = exports = {
|
||||||
|
Errors: require('./Errors'),
|
||||||
|
Message: require('./Message'),
|
||||||
|
}
|
9
package.json
Normal file
9
package.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "pied-vcs-shared",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "Shared libraries and files for the Pied VCS",
|
||||||
|
"main": "index.js",
|
||||||
|
"repository": "https://code.garrettmills.dev/Pied/shared",
|
||||||
|
"author": "garrettmills <shout@garrettmills.dev>",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user