chaiwindjs 1.0.0 → 1.1.0

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/README.md +3 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # chaiwindjs
2
2
 
3
- A runtime CSS utility engine — apply Tailwind-style `chai-*` class names as inline styles, with **no build step, no stylesheet, and no configuration**.
3
+ [![npm](https://img.shields.io/npm/v/chaiwindjs)](https://www.npmjs.com/package/chaiwindjs)
4
+
5
+ A runtime CSS utility engine - apply Tailwind-style `chai-*` class names as inline styles, with **no build step, no stylesheet, and no configuration**.
4
6
 
5
7
  Just drop in the script, add classes, done.
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chaiwindjs",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "A runtime CSS utility engine — apply Tailwind-style class names as inline styles, with no build step and no stylesheet.",
5
5
  "main": "chai-wind.js",
6
6
  "files": [
@@ -23,10 +23,10 @@
23
23
  "license": "MIT",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "https://github.com/atharvdangedev/Chaiwind.git"
26
+ "url": "git+https://github.com/atharvdange618/Chaiwind.git"
27
27
  },
28
- "homepage": "https://github.com/atharvdangedev/Chaiwind#readme",
28
+ "homepage": "https://github.com/atharvdange618/Chaiwind#readme",
29
29
  "bugs": {
30
- "url": "https://github.com/atharvdangedev/Chaiwind/issues"
30
+ "url": "https://github.com/atharvdange618/Chaiwind/issues"
31
31
  }
32
32
  }