Savestate before deploy

This commit is contained in:
Saman 2022-03-19 13:40:09 -04:00
parent ea2996f26f
commit 8093e51553

View File

@ -1,10 +1,10 @@
{ {
"name": "@nerdy-canuck/component-library", "name": "n-c-component-library",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/joeythelantern/Component-Library.git" "url": "https://github.com/joeythelantern/Component-Library.git"
}, },
"version": "0.0.1", "version": "0.0.2",
"description": "A component library for getting people started with easy to re-use components for everyday projects.", "description": "A component library for getting people started with easy to re-use components for everyday projects.",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",
"module": "dist/esm/index.js", "module": "dist/esm/index.js",
@ -19,7 +19,7 @@
"author": "The Nerdy Canuck", "author": "The Nerdy Canuck",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/node": "^17.0.1", "@types/node": "^17.0.21",
"@types/react": "^17.0.37", "@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11", "@types/react-dom": "^17.0.11",
"react": "^17.0.2", "react": "^17.0.2",