update package.json to actually include some files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://www.npmjs.com/package/rjsvm)
|
||||
[](https://www.npmjs.com/package/rjsvm)
|
||||
[](https://gitea.nitowa.xyz/docs/rjsvm/src/branch/master/LICENSE.md)
|
||||
[](https://gitea.nitowa.xyz/npm-packages/rjsvm/src/branch/master/LICENSE.md)
|
||||
|
||||
The Ripple JavaScript Virtual Machine, or RJSVM, aims to standardize and simplify the development of applications that employ the Ripple blockchain as state storage. Internally it employs [xrpIO](https://gitea.nitowa.xyz/npm-packages/xrpio) to read and write all necessary data.
|
||||
|
||||
|
||||
+6
-6
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "rjsvm",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "",
|
||||
"main": "lib/main.js",
|
||||
"main": "lib/src/main.js",
|
||||
"scripts": {
|
||||
"clean": "rm -rf lib",
|
||||
"start": "npm run build && npm run launch",
|
||||
@@ -30,9 +30,9 @@
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"files": [
|
||||
"lib/main.js",
|
||||
"lib/main.d.ts",
|
||||
"lib/util/*",
|
||||
"lib/RJSVM/*"
|
||||
"lib/src/main.js",
|
||||
"lib/src/main.d.ts",
|
||||
"lib/src/util/*",
|
||||
"lib/src/RJSVM/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user