Skip to content

Commit

Permalink
Committing bumped version № 0.1.5 for unstable assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsen-ci committed Mar 14, 2024
1 parent 35c82dd commit 0b4c595
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1,45 @@
{"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"}
{
"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.5-unstable"
}

0 comments on commit 0b4c595

Please sign in to comment.