Skip to content

Commit e056e40

Browse files
committed
Npm build fix
1 parent 8d1ab12 commit e056e40

File tree

5 files changed

+3
-87
lines changed

5 files changed

+3
-87
lines changed

.gitignore

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

33
# dependencies
4-
/node_modules/
5-
/bower_components/
6-
/vendor/
7-
/public/
4+
node_modules
85

96
# builds
107
build
@@ -21,18 +18,3 @@ dist
2118
npm-debug.log*
2219
yarn-debug.log*
2320
yarn-error.log*
24-
25-
# IDE Files
26-
#-------------------------
27-
/nbproject/
28-
.idea/*
29-
.vscode/*
30-
31-
## Sublime Text cache files
32-
*.tmlanguage.cache
33-
*.tmPreferences.cache
34-
*.stTheme.cache
35-
*.sublime-workspace
36-
*.sublime-project
37-
/nbproject/private/
38-
/ref.txt

.npmignore

+1-63
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,2 @@
1-
.*.swp
2-
._*
3-
.DS_Store
4-
.git
1+
!templates/**/*
52
.github
6-
.hg
7-
.lock-wscript
8-
.svn
9-
.wafpickle-*
10-
CVS
11-
npm-debug.log
12-
13-
*.seed
14-
*.log
15-
*.csv
16-
*.dat
17-
*.out
18-
*.pid
19-
*.gz
20-
*.orig
21-
*.jql.js
22-
23-
work
24-
build
25-
src
26-
test
27-
spec
28-
pids
29-
logs
30-
results
31-
coverage
32-
lib-cov
33-
html-report
34-
xunit.xml
35-
36-
# IDE Files
37-
#-------------------------
38-
/nbproject/*
39-
.idea/*
40-
.vscode/*
41-
.project
42-
.idea
43-
.settings
44-
.iml
45-
46-
## Sublime Text cache files
47-
*.tmlanguage.cache
48-
*.tmPreferences.cache
49-
*.stTheme.cache
50-
*.sublime-workspace
51-
*.sublime-project
52-
53-
ehthumbs.db
54-
Icon?
55-
Thumbs.db
56-
.AppleDouble
57-
.LSOverride
58-
.Spotlight-V100
59-
.Trashes
60-
61-
/ref.txt
62-
/node_modules/
63-
/bower_components/
64-
/vendor/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-jquery-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "CLI for creating ready-to-start modern jQuery Plugins",
55
"main": "index.js",
66
"bin": {

templates/javascript_css/.npmignore

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ npm-debug.log
2222

2323
work
2424
build
25-
src
26-
test
2725
spec
2826
pids
2927
logs

templates/javascript_sass/.npmignore

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ npm-debug.log
2222

2323
work
2424
build
25-
src
26-
test
2725
spec
2826
pids
2927
logs

0 commit comments

Comments
 (0)