oksy 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,8 +8,4 @@
8
8
  <p align="center">The framework for busy TypeScript developers 💙</p>
9
9
 
10
10
  <a href="https://digitalbyali.github.io/DOCSY/" align="center">» Full Documentation «</a>
11
- </div>
12
-
13
- <hr/>
14
-
15
- https://user-images.githubusercontent.com/23558090/115278602-ee6f0280-a145-11eb-94ae-6edaa846ab7f.mp4
11
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oksy",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The OKSY framework",
5
5
  "main": "library.js",
6
6
  "typings": "./types/src/library.pub.d.ts",