File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ generator._pkgData = function (pkg) {
114
114
// TODO: related to kaelzhang/node-commonjs-walker#10
115
115
. replace ( / \. j s $ / , '' ) ;
116
116
117
+ // npm will rename .gitignore to .npmignore:
118
+ // [ref](https://github.com/npm/npm/issues/1862)
119
+ pkg . gitignore = '.gitignore' ;
120
+
117
121
return pkg ;
118
122
} ;
119
123
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< meta charset ="UTF-8 ">
4
4
5
- < script src ="http://localhost:9074/mod /neuron/latest/neuron.js "> </ script >
5
+ < script src ="./neurons /neuron/latest/neuron.js "> </ script >
6
6
< script >
7
7
neuron . config ( {
8
- path : 'http://localhost:9074/mod '
8
+ path : './neurons '
9
9
} ) ;
10
10
</ script >
11
-
12
11
</ head >
13
12
14
13
< body >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments