@fluidframework/gitresources
Advanced tools
Comparing version 2.0.0-181438 to 2.0.0-190573
{ | ||
"name": "@fluidframework/gitresources", | ||
"version": "2.0.0-181438", | ||
"version": "2.0.0-190573", | ||
"description": "Git resource definitions for Fluid services", | ||
@@ -18,3 +18,3 @@ "homepage": "https://fluidframework.com", | ||
"build:compile": "npm run tsc && npm run typetests:gen", | ||
"clean": "rimraf --glob \"dist\" \"*.tsbuildinfo\" \"*.build.log\"", | ||
"clean": "rimraf --glob 'dist' '*.tsbuildinfo' '*.build.log'", | ||
"eslint": "eslint --format stylish src", | ||
@@ -37,3 +37,3 @@ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", | ||
"@fluidframework/gitresources-previous": "npm:@fluidframework/gitresources@0.1040.1000", | ||
"concurrently": "^7.6.0", | ||
"concurrently": "^8.2.1", | ||
"eslint": "~8.27.0", | ||
@@ -40,0 +40,0 @@ "prettier": "~2.6.2", |
22395