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://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.
|
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",
|
"name": "rjsvm",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "lib/main.js",
|
"main": "lib/src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf lib",
|
"clean": "rm -rf lib",
|
||||||
"start": "npm run build && npm run launch",
|
"start": "npm run build && npm run launch",
|
||||||
@@ -30,9 +30,9 @@
|
|||||||
"typescript": "^4.9.3"
|
"typescript": "^4.9.3"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib/main.js",
|
"lib/src/main.js",
|
||||||
"lib/main.d.ts",
|
"lib/src/main.d.ts",
|
||||||
"lib/util/*",
|
"lib/src/util/*",
|
||||||
"lib/RJSVM/*"
|
"lib/src/RJSVM/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user