Skip to content

Commit 03acf80

Browse files
committed
rename isOnlyDevelopmentDependency to developmentDependency
1 parent 92402b8 commit 03acf80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/cgmanifest.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"type": "string",
121121
"description": "The name of the license"
122122
},
123-
"isOnlyDevelopmentDependency": {
123+
"developmentDependency": {
124124
"type": "boolean",
125125
"description": "This component is inlined in the vscode repo and **is not shipped**."
126126
},

test/cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
3535
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
3636
],
37-
"isOnlyDevelopmentDependency": true,
37+
"developmentDependency": true,
3838
"license": "MIT",
3939
"version": "1.0.0"
4040
}

0 commit comments

Comments
 (0)