@wtasnorg/node-lib 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.
package/docs/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "fileName": "hello.ts",
18
18
  "line": 6,
19
19
  "character": 15,
20
- "url": "https://github.com/wtasg/node-lib/blob/86f4be29eea55d6d20fb66f9ee5aa8472db8610d/src/hello.ts#L6"
20
+ "url": "https://github.com/wtasg/node-lib/blob/8c33d6e85b13c11164c0ab9dca01c58d3cd86813/src/hello.ts#L6"
21
21
  }
22
22
  ],
23
23
  "signatures": [
@@ -51,7 +51,7 @@
51
51
  "fileName": "hello.ts",
52
52
  "line": 6,
53
53
  "character": 15,
54
- "url": "https://github.com/wtasg/node-lib/blob/86f4be29eea55d6d20fb66f9ee5aa8472db8610d/src/hello.ts#L6"
54
+ "url": "https://github.com/wtasg/node-lib/blob/8c33d6e85b13c11164c0ab9dca01c58d3cd86813/src/hello.ts#L6"
55
55
  }
56
56
  ],
57
57
  "type": {
@@ -8,7 +8,7 @@
8
8
 
9
9
  > **hello**(): `Promise`\<`string`\>
10
10
 
11
- Defined in: [hello.ts:6](https://github.com/wtasg/node-lib/blob/86f4be29eea55d6d20fb66f9ee5aa8472db8610d/src/hello.ts#L6)
11
+ Defined in: [hello.ts:6](https://github.com/wtasg/node-lib/blob/8c33d6e85b13c11164c0ab9dca01c58d3cd86813/src/hello.ts#L6)
12
12
 
13
13
  A sample function that should work to test if lib is installed correctly.
14
14
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@wtasnorg/node-lib",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "node library",
5
+ "main": "src/index.js",
5
6
  "scripts": {
6
7
  "build": "./node_modules/.bin/tsc --project tsconfig.json",
7
8
  "docs": "./node_modules/.bin/typedoc",