Skip to content

Commit

Permalink
update of '.npmignore' and 'package.json' before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarverott committed Oct 22, 2024
1 parent 410e33a commit 6d9fa05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ dist
# TernJS port file
.tern-port

conf
conf/

app/developement
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "carnival-toolbox",
"version": "1.7.0-0",
"description": "a collection of all kind of scripts, codes and tools with universal appliance - this toolkit should fits great to your disguises, outfits and attires",
"main": "_index.js",
"main": "src/_index.js",
"scripts": {
"start": "node _index.js",
"start": "node ./src/_index.js",
"test": "jest",
"lint": "eslint",
"DEV": "echo \" HEY!\" && echo instead of NPM RUN DEV use && echo _ && echo \"_ npm run DEV.linux\" && echo _ && echo _OR_ && echo _ && echo \"_ npm run DEV.windows\" && echo _ && echo _OR_ && echo _ && echo \"_ npm run DEV.macintosh\" && echo _ && echo _OR_ && echo _ && echo \"_ npm run DEV.android\" && echo _ ",
Expand Down

0 comments on commit 6d9fa05

Please sign in to comment.