talkdom 0.1.0 → 0.1.1

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 +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # talkDOM
2
2
 
3
+ [talkdom.org](https://talkdom.org)
4
+
3
5
  Smalltalk _inspired_ message passing for the DOM. Declarative HTTP interactions via HTML attributes. No build step, no dependencies. As a big admirer of [htmx](https://htmx.org), it was a major muse when starting this project. ALL HAIL THE HORSEY!
4
6
 
5
7
  ## How it works
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "talkdom",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Smalltalk-inspired message passing for the DOM",
5
5
  "main": "index.js",
6
6
  "jsdelivr": "dist/talkdom.min.js",
@@ -13,6 +13,7 @@
13
13
  "build": "mkdir -p dist && terser index.js -o dist/talkdom.min.js -c -m",
14
14
  "prepublishOnly": "npm run build"
15
15
  },
16
+ "homepage": "https://talkdom.org",
16
17
  "repository": {
17
18
  "type": "git",
18
19
  "url": "git+https://github.com/eringen/talkdom.git"