We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a5aca commit 508b8fdCopy full SHA for 508b8fd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.10.3
4
+
5
+* Prevent `@requires` to autofill dependency twice.
6
7
## 1.10.2
8
9
* Fixed an issue with the folder wiping safeguard always aborting if folder is not empty without even prompting
package.json
@@ -17,7 +17,7 @@
17
"url": "https://twitter.com/pascalduez"
18
}
19
],
20
- "version": "1.10.2",
+ "version": "1.10.3",
21
"license": {
22
"type": "MIT",
23
"url": "http://opensource.org/licenses/MIT"
0 commit comments