maquette 4.0.0 → 4.0.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@ Maquette is a Javascript utility which makes it easy to synchronize the DOM tree
9
9
  It uses a technique called 'Virtual DOM'.
10
10
  Compared to other virtual DOM implementations, maquette has the following advantages:
11
11
 
12
- * It is very lightweight (3.6Kb gzipped)
12
+ * It is very lightweight (3.7Kb gzipped)
13
13
  * It allows changes to be animated
14
14
  * It makes your frontend [easy to unit-test](https://maquettejs.org/docs/unit-testing.html)
15
15
 
package/package.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "maquette",
3
+ "version": "4.0.2",
3
4
  "description": "Minimalistic Virtual DOM implementation with support for animated transitions.",
4
5
  "homepage": "https://maquettejs.org/",
5
6
  "keywords": [
@@ -8,7 +9,6 @@
8
9
  "animation",
9
10
  "transitions"
10
11
  ],
11
- "version": "4.0.0",
12
12
  "author": "Johan Gorter <johan@johangorter.com>",
13
13
  "repository": {
14
14
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "prepare": "husky install",
23
23
  "prepublishOnly": "tsa clean && npm run dist",
24
24
  "assist": "tsa assist",
25
- "release": "tsa release",
25
+ "release": "echo 'You can make a release by updating the version number in package.json and push the changes'",
26
26
  "fix": "tsa fix",
27
27
  "fixall": "tsa fixall",
28
28
  "clean": "tsa clean",
@@ -89,7 +89,7 @@
89
89
  "rollup": "4.9.6",
90
90
  "sinon": "17.0.1",
91
91
  "sinon-chai": "3.7.0",
92
- "typescript-assistant": "0.65.7"
92
+ "typescript-assistant": "0.66.9"
93
93
  },
94
94
  "importSort": {
95
95
  ".js, .jsx, .ts, .tsx": {