maquette 4.0.1 → 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 (1) hide show
  1. package/package.json +3 -3
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.1",
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": {