From f1f210df0d4aa94c611d4f9e6d458f444084956d Mon Sep 17 00:00:00 2001 From: Andrew Sliwinski Date: Wed, 19 Dec 2018 12:32:53 -0500 Subject: [PATCH] Update scratch-parser and prepare for release --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5308d51..3397c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-analysis", - "version": "1.0.0", + "version": "1.0.1", "description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.", "main": "lib/index.js", "directories": { @@ -17,7 +17,7 @@ "author": "Scratch Foundation", "license": "BSD-3-Clause", "dependencies": { - "scratch-parser": "4.3.2" + "scratch-parser": "4.3.3" }, "devDependencies": { "babel-eslint": "^10.0.1",