chore(release): components
This commit is contained in:
4
packages/components/dist/Checksums.json
vendored
4
packages/components/dist/Checksums.json
vendored
@@ -91,7 +91,7 @@
|
||||
},
|
||||
"org.standardnotes.advanced-checklist": {
|
||||
"version": "0.0.1",
|
||||
"base64": "df36f94cd67567505d14bf847513256061b667e8145860341f7ad7e3df4df78e",
|
||||
"binary": "c875c20073ac964c94f27f9028514eac7f09528c22fb349cd4f7a095b3bac49b"
|
||||
"base64": "a28332a77bdfaf0b29fff9d195741fd6efda1cf7fd311fd46662b7d19f7c5112",
|
||||
"binary": "19926318cb6a53ce763bdfac8d3140a4cf2ed0256292e5ddc28059b9ff3854c8"
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"files": {
|
||||
"main.js": "./static/js/main.js",
|
||||
"main.css": "./static/css/main.bb4586b1.css",
|
||||
"main.js": "./static/js/main.e72e12bb.js",
|
||||
"index.html": "./index.html",
|
||||
"main.bb4586b1.css.map": "./static/css/main.bb4586b1.css.map",
|
||||
"main.e72e12bb.js.map": "./static/js/main.e72e12bb.js.map"
|
||||
"main.js.map": "./static/js/main.js.map",
|
||||
"main.bb4586b1.css.map": "./static/css/main.bb4586b1.css.map"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.bb4586b1.css",
|
||||
"static/js/main.e72e12bb.js"
|
||||
"static/js/main.js",
|
||||
"static/css/main.bb4586b1.css"
|
||||
]
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A great way to manage short-term and long-term to-do's. You can mark tasks as completed, change their order, and edit the text naturally in place."/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Advanced Checklist</title><script defer="defer" src="./static/js/main.e72e12bb.js"></script><link href="./static/css/main.bb4586b1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div class="sn-component" id="root"></div></body></html>
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A great way to manage short-term and long-term to-do's. You can mark tasks as completed, change their order, and edit the text naturally in place."/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Advanced Checklist</title><script defer="defer" src="./static/js/main.js"></script><link href="./static/css/main.bb4586b1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div class="sn-component" id="root"></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
packages/components/dist/org.standardnotes.advanced-checklist/build/static/js/main.js.map
vendored
Normal file
1
packages/components/dist/org.standardnotes.advanced-checklist/build/static/js/main.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -14,11 +14,11 @@
|
||||
"homepage": ".",
|
||||
"scripts": {
|
||||
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
||||
"start": "react-scripts start",
|
||||
"start": "react-app-rewired start",
|
||||
"test:coverage": "npm run test -- --coverage --watchAll",
|
||||
"eject": "react-scripts eject",
|
||||
"components:compile": "react-scripts build",
|
||||
"components:test": "react-scripts test --watchAll=false",
|
||||
"components:compile": "react-app-rewired build",
|
||||
"components:test": "react-app-rewired test --watchAll=false --silent",
|
||||
"components:lint": "prettier --write 'src/**/*.{html,css,scss,js,jsx,ts,tsx,json}' README.md"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user