Skip to content

Commit

Permalink
doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Mar 14, 2024
1 parent 41037bc commit f03c363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"author": "PDS", "bugs": {"url": "https://github.com/nasa-pds-engineering-node/essence/issues"}, "dependencies": {"npm-cli-login": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0"}, "description": "A demonstration package using the PDS template for Node.js", "devDependencies": {"@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.55.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "jest": "29.7", "jsdoc": "^4.0.2", "vite": "^5.0.8"}, "homepage": "https://github.com/nasa-pds-engineering-node/essence", "keywords": ["demo", "example"], "license": "Apache-2.0", "main": "index.js", "name": "@nasapds/essence", "repository": {"type": "git", "url": "git+https://github.com/nasa-pds-engineering-node/essence.git"}, "scripts": {"build": "vite build", "dev": "vite", "docs": "jsdoc -c jsdoc.conf.json", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "test": "jest --passWithNoTests"}, "version": "0.1.4-unstable"}
{"author": "PDS", "bugs": {"url": "https://github.com/nasa-pds-engineering-node/essence/issues"}, "dependencies": {"npm-cli-login": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0"}, "description": "A demonstration package using the PDS template for Node.js", "devDependencies": {"@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.55.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "jest": "29.7", "jsdoc": "^4.0.2", "vite": "^5.0.8"}, "homepage": "https://github.com/nasa-pds-engineering-node/essence", "keywords": ["demo", "example"], "license": "Apache-2.0", "main": "index.js", "name": "@nasapds/essence", "repository": {"type": "git", "url": "git+https://github.com/nasa-pds-engineering-node/essence.git"}, "scripts": {"build": "vite build", "dev": "vite", "jsdoc": "jsdoc -c jsdoc.conf.json --recurse src -d out README.md", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "test": "jest --passWithNoTests"}, "version": "0.1.4-unstable"}
1 change: 1 addition & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'

/** Hello, this is the App */
function App() {
const [count, setCount] = useState(0)

Expand Down

0 comments on commit f03c363

Please sign in to comment.