trangpackage 1.0.4 → 1.0.5

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/package.json +1 -1
  2. package/readme.md +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trangpackage",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "NPM package for exercise 1",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -13,3 +13,9 @@ After cloning or downloading this project, install dependencies (if required):
13
13
  ```bash
14
14
  npm install
15
15
  ```
16
+
17
+ and then in your script file.
18
+
19
+ ```js
20
+ import trang from 'trangpackage';
21
+ console.log(trang.message());