@blockdia/scratch-blocks 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockdia/scratch-blocks",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Blockdia distribution of TurboWarp Scratch Blocks",
5
5
  "author": "Massachusetts Institute of Technology",
6
6
  "license": "GPL-3.0",
@@ -19,7 +19,7 @@
19
19
  "main": "./dist/vertical.js",
20
20
  "browser": "./shim/vertical.js",
21
21
  "scripts": {
22
- "deploy": "rimraf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe && gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1) [skip ci]\"",
22
+ "deploy": "rimraf gh-pages/playgrounds/node_modules/google-closure-library/scripts/ci/CloseAdobeDialog.exe && gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1) [skip ci]\"",
23
23
  "build": "node universal-python.js build.py && webpack",
24
24
  "prepack": "npm run build",
25
25
  "test:unit": "node tests/jsunit/test_runner.js",