Skip to content

Commit

Permalink
update package.json, .gitignore and .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ptweety committed Oct 8, 2022
1 parent e9a2c40 commit ef9968f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.huskyrc
.nyc_output
ccu_*.json
Expand Down Expand Up @@ -48,8 +47,3 @@ node_modules/
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/settings.json
.history/

# node-red runtime
.node-red/*
!.node-red/settings.js
56 changes: 49 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,52 @@
node_modules
.idea
.editorconfig
.github
.huskyrc
.husky/
.nyc_output
ccu_*.json
test
tools
.nyc_output
.travis.yml
ccu_localhost.json
ccu_paramsets_v2.json
.github
TODO.md

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directories
node_modules/

# Output of 'npm pack'
*.tgz

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local

# Temp and Cache directory
.temp
.cache

# General macOS files
.DS_Store
*.icloud
._*

# Visual Studio Code files
.vscode/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-red-contrib-ccu",
"name": "@ptweety/node-red-contrib-ccu",
"version": "3.5.0",
"license": "MIT",
"main": "none",
Expand Down

0 comments on commit ef9968f

Please sign in to comment.