File tree 2 files changed +23
-16
lines changed
2 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
2
3
-
4
-
5
3
// run the CLI with the current process arguments
6
4
require ( '../src/cli' ) . run ( process . argv )
Original file line number Diff line number Diff line change 13
13
"posttest" : " npm run format" ,
14
14
"watch" : " jest --watch" ,
15
15
"coverage" : " jest --coverage" ,
16
- "build" : " ./bin/fiddly"
16
+ "build" : " ./bin/fiddly.js "
17
17
},
18
18
"files" : [
19
19
" LICENSE" ,
20
- " readme.md" ,
21
- " docs" ,
20
+ " Readme.md" ,
22
21
" bin" ,
23
22
" src"
24
23
],
24
+ "keywords" : [
25
+ " generation" ,
26
+ " markdown" ,
27
+ " static" ,
28
+ " sites" ,
29
+ " fiddly"
30
+ ],
31
+ "author" : {
32
+ "name" : " Sara Vieira" ,
33
+
34
+ "url" : " https://iamsaravieira.com/"
35
+ },
36
+ "engines" : {
37
+ "node" : " >=8.0.0"
38
+ },
25
39
"license" : " MIT" ,
26
40
"dependencies" : {
27
41
"clean-css" : " ^4.2.1" ,
40
54
"eslint-plugin-promise" : " ^4.0.1" ,
41
55
"eslint-plugin-standard" : " ^4.0.0" ,
42
56
"jest" : " ^23.6.0" ,
43
- "prettier" : " ^1.12.1" ,
44
- "standard" : " ^12.0.1"
57
+ "prettier" : " ^1.15.3"
45
58
},
46
59
"jest" : {
47
60
"testEnvironment" : " node"
48
61
},
62
+ "homepage" : " https://github.com/SaraVieira/fiddly" ,
63
+ "bugs" : {
64
+ "url" : " https://github.com/SaraVieira/fiddly/issues" ,
65
+
66
+ },
49
67
"repository" : {
50
68
"type" : " git" ,
51
69
"url" : " https://github.com/SaraVieira/fiddly"
52
- },
53
- "standard" : {
54
- "env" : [
55
- " jest"
56
- ]
57
- },
58
- "prettier" : {
59
- "semi" : false ,
60
- "singleQuote" : true
61
70
}
62
71
}
You can’t perform that action at this time.
0 commit comments