Comparing version 1.0.0 to 1.0.1
# Change Log & History | ||
> ##### 24-06-2019 ~ _v1.0_ : _Stable_ | ||
> ##### 24-06-2019 ~ _v1.0.1_ : _Stable_ | ||
Initial Release |
@@ -1,2 +0,2 @@ | ||
const korojs = require('./index'); | ||
const korojs = require('korojs'); | ||
/** | ||
@@ -3,0 +3,0 @@ * Example |
{ | ||
"name": "korojs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Write language / code in multiple language. Javascript Library.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# KoroJs | ||
**v1.0 : _Stable_** | ||
**v1.0.1 : _Stable_** | ||
@@ -12,3 +12,3 @@ | ||
```javascript | ||
const korojs = require('./index'); | ||
const korojs = require('korojs'); | ||
/** | ||
@@ -15,0 +15,0 @@ * Example |
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
2837