@akkadu/rsi-api-base
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@akkadu/rsi-api-base", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "", | ||
@@ -16,3 +16,4 @@ "main": "lib/index.js", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run lint" | ||
"prepublishOnly": "npm run lint", | ||
"start": "tsc --watch" | ||
}, | ||
@@ -28,3 +29,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "97cc8a893a0018c2bb45edf995302f7b5269a0f3" | ||
"gitHead": "98629c06e31a50d3b5fcd0b60b2d3535a805291a" | ||
} |
@@ -1,3 +0,9 @@ | ||
# RSI-API | ||
# RSI API Interpretation Base | ||
### How to start the project | ||
``` | ||
yarn start | ||
``` | ||
it will fire `tsc --watch`, which will build the javascript files from the `lib` folder when making changes in src. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4079
9