Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kmkzt/svg-drawing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b17f56cde1e6d6f3e0a094395bc95f7f8a647c31
Choose a base ref
..
head repository: kmkzt/svg-drawing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11e35f0bbd67cb2f6a1b708064a4a8df3866c0cb
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +1 −1 examples/react/package.json
  2. +1 −1 packages/animation/package.json
  3. +1 −1 packages/core/package.json
  4. +1 −1 packages/img-trace/package.json
  5. +1 −1 packages/react/package.json
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"private": true,
"version": "4.2.5",
"scripts": {
"clear": "rimraf .next out",
"clear": "rimraf .next out *.tsbuildinfo",
"start": "next start",
"dev": "next",
"build": "next build; next export",
2 changes: 1 addition & 1 deletion packages/animation/package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"build": "npm-run-all -p lib:*",
"lib:rollup": "NODE_ENV=production rollup -c",
"lib:tsc": "NODE_ENV=production tsc -p ./tsconfig.lib.json",
"clear": "rimraf lib/*",
"clear": "rimraf lib/* *.tsbuildinfo",
"typecheck": "tsc",
"lint": "eslint ./src --ext .js,.ts,.tsx",
"fmt": "yarn lint --fix",
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"build": "npm-run-all -p lib:*",
"lib:rollup": "NODE_ENV=production rollup -c",
"lib:tsc": "NODE_ENV=production tsc -p ./tsconfig.lib.json",
"clear": "rimraf lib/*",
"clear": "rimraf lib/* *.tsbuildinfo",
"typecheck": "tsc",
"lint": "eslint ./src --ext .js,.ts,.tsx",
"fmt": "yarn lint --fix",
2 changes: 1 addition & 1 deletion packages/img-trace/package.json
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"build": "npm-run-all -p lib:*",
"lib:rollup": "NODE_ENV=production rollup -c",
"lib:tsc": "NODE_ENV=production tsc -p ./tsconfig.lib.json",
"clear": "rimraf lib/*",
"clear": "rimraf lib/* *.tsbuildinfo",
"typecheck": "tsc",
"lint": "eslint ./src --ext .js,.ts,.tsx",
"fmt": "yarn lint --fix",
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"build": "npm-run-all -p lib:*",
"lib:rollup": "NODE_ENV=production rollup -c",
"lib:tsc": "NODE_ENV=production tsc -p ./tsconfig.lib.json",
"clear": "rimraf lib/*",
"clear": "rimraf lib/* *.tsbuildinfo",
"typecheck": "tsc",
"lint": "eslint ./src --ext .js,.ts,.tsx",
"fmt": "yarn lint --fix",