Use workspace:* for devDependencies (again) (#12217)

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
This commit is contained in:
Nicolò Ribaudo
2020-10-19 18:32:06 +02:00
committed by GitHub
parent 63567f0667
commit ed498a772b
115 changed files with 226 additions and 226 deletions

View File

@@ -16,6 +16,6 @@
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.1"
"@babel/traverse": "workspace:*"
}
}