Skip to content

Commit

Permalink
Npm build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
techlab committed Jul 20, 2020
1 parent 8d1ab12 commit e056e40
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 87 deletions.
20 changes: 1 addition & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules/
/bower_components/
/vendor/
/public/
node_modules

# builds
build
Expand All @@ -21,18 +18,3 @@ dist
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE Files
#-------------------------
/nbproject/
.idea/*
.vscode/*

## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
/nbproject/private/
/ref.txt
64 changes: 1 addition & 63 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,64 +1,2 @@
.*.swp
._*
.DS_Store
.git
!templates/**/*
.github
.hg
.lock-wscript
.svn
.wafpickle-*
CVS
npm-debug.log

*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.orig
*.jql.js

work
build
src
test
spec
pids
logs
results
coverage
lib-cov
html-report
xunit.xml

# IDE Files
#-------------------------
/nbproject/*
.idea/*
.vscode/*
.project
.idea
.settings
.iml

## Sublime Text cache files
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project

ehthumbs.db
Icon?
Thumbs.db
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes

/ref.txt
/node_modules/
/bower_components/
/vendor/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-jquery-plugin",
"version": "1.0.0",
"version": "1.0.2",
"description": "CLI for creating ready-to-start modern jQuery Plugins",
"main": "index.js",
"bin": {
Expand Down
2 changes: 0 additions & 2 deletions templates/javascript_css/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ npm-debug.log

work
build
src
test
spec
pids
logs
Expand Down
2 changes: 0 additions & 2 deletions templates/javascript_sass/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ npm-debug.log

work
build
src
test
spec
pids
logs
Expand Down

0 comments on commit e056e40

Please sign in to comment.