vovk-client 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Vovk Client
2
2
 
3
+ This package re-exports files that are generated at **node_modules/.vovk**. See [documentation](https://vovk.dev/) for more info.
4
+
3
5
  ```
4
6
  npm i vovk-client
5
7
  ```
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "vovk-client",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Vovk.ts Client",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "patch": "npm version patch && npm publish --access public"
7
+ "test": "echo \"Error: no test specified\" && exit 1"
9
8
  },
10
9
  "repository": {
11
10
  "type": "git",