Skip to content

Commit 126a4e8

Browse files
committed
package update
1 parent fd766af commit 126a4e8

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
qqjs.sublime-project
2+
qqjs.sublime-workspace
3+
node_modules
4+
app/modules/controller/carDetails.js
5+
app/modules/controller/featuredPosts.js
6+
app/modules/controller/imageTest.js
7+
app/modules/controller/inputTests.js
8+
app/modules/controller/listTest.js
9+
10+
app/modules/view/carDetails.xml
11+
app/modules/view/featuredPosts.xml
12+
app/modules/view/imageTest.xml
13+
app/modules/view/inputs.xml
14+
app/modules/view/listTest.xml
15+
16+
app/carDetails.html
17+
app/carDetails.js
18+
package-lock.json
19+
20+
data

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"start": "node server.js",
1818
"test": "echo \"Error: no test specified\" && exit 1",
19-
"debug": ""
19+
"debug": "node --inspect-brk server.js"
2020
},
2121
"dependencies": {
2222
"cheerio": "^1.0.0-rc.2",

0 commit comments

Comments
 (0)