math-main-components 0.0.135 → 0.0.136
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 +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "math-main-components",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.136",
|
4
4
|
"author": "Emilian Scheel",
|
5
5
|
"files": [
|
6
6
|
"dist/**/*"
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"dev": "nodemon --watch src --exec \"npm run build && yalc push\" --ext ts,tsx,scss,js,jsx",
|
45
45
|
"clean": "rm -rf dist",
|
46
46
|
"increment-version": "npm --no-git-tag-version version patch",
|
47
|
-
"git-add-
|
47
|
+
"git-add-dist": "git add dist",
|
48
48
|
"build": "npm run build:js && npm run build:types",
|
49
49
|
"build:js": "rollup -c",
|
50
50
|
"build:types": "tsc --emitDeclarationOnly --outDir dist"
|