Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 3dbcc84

Browse files
committed
update dev-scripts version
1 parent c2b67bc commit 3dbcc84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

create-service/template_package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const contents = (options) => `{
2929
},
3030
"author": "Unity Technologies",
3131
"devDependencies": {
32-
"@packagedcomponents/dev-scripts": "^1.4.3",
32+
"@packagedcomponents/dev-scripts": "^1.4.5",
3333
"@babel/core": "^7.2.2",
3434
"@babel/plugin-proposal-class-properties": "^7.3.0",
3535
"@babel/preset-env": "^7.3.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-frontend-cli",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "A collection of scripts for setting up new cloud service UI projects.",
55
"bin": {
66
"web-cli": "./index.js",

0 commit comments

Comments
 (0)