We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990cf37 commit 3fe697bCopy full SHA for 3fe697b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# zimmerframe changelog
2
3
+## 1.1.3
4
+
5
+- Update `pkg.repository`
6
7
## 1.1.2
8
9
- Keep non-enumerable properties non-enumerable ([#20](https://github.com/Rich-Harris/zimmerframe/pull/20))
package.json
@@ -1,10 +1,10 @@
{
"name": "zimmerframe",
"description": "A tool for walking ASTs",
- "version": "1.1.2",
+ "version": "1.1.3",
"repository": {
"type": "git",
- "url": "https://github.com/Rich-Harris/zimmerframe"
+ "url": "https://github.com/sveltejs/zimmerframe"
},
"type": "module",
10
"exports": {
0 commit comments