File tree Expand file tree Collapse file tree 3 files changed +12
-58
lines changed Expand file tree Collapse file tree 3 files changed +12
-58
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,9 @@ jspm_packages
42
42
43
43
# Optional REPL history
44
44
.node_repl_history
45
+
46
+ # Env
47
+ .env
48
+
49
+ # Lock
50
+ package-lock.json
Original file line number Diff line number Diff line change 17
17
],
18
18
"repository" : {
19
19
"type" : " git" ,
20
- "url" : " https://github.com/telemark/generate-docx.git"
20
+ "url" : " git+ https://github.com/telemark/generate-docx.git"
21
21
},
22
22
"bugs" : {
23
23
"url" : " https://github.com/telemark/generate-docx/issues"
24
24
},
25
- "homepage" : " https://github.com/telemark/generate-docx" ,
25
+ "homepage" : " https://github.com/telemark/generate-docx#readme " ,
26
26
"engines" : {
27
- "node" : " >=8.0.0 "
27
+ "node" : " >=8.11.1 "
28
28
},
29
29
"main" : " index.js" ,
30
30
"files" : [
33
33
"scripts" : {
34
34
"test" : " standard && nsp check && ava" ,
35
35
"coverage" : " nyc ava" ,
36
- "coveralls" : " nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls"
36
+ "coveralls" : " nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls" ,
37
+ "standard-fix" : " standard --fix" ,
38
+ "refresh" : " rm -rf node_modules && rm package-lock.json && npm install"
37
39
},
38
40
"devDependencies" : {
39
41
"ava" : " 0.25.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments