We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaa2a5 commit 24a65e3Copy full SHA for 24a65e3
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "merry-christmas",
3
- "version": "0.0.0",
+ "version": "0.1.0",
4
"description": "Get amazing Christmas greetings messages 🎄",
5
"scripts": {
6
"test": "xo && ava && tsd"
@@ -45,12 +45,12 @@
45
},
46
"devDependencies": {
47
"ava": "*",
48
- "tsd": "*",
49
- "xo": "*"
50
- },
51
- "tsd": {
52
- "compilerOptions": {
53
- "resolveJsonModule": true
54
- }
55
+ "tsd": "*",
+ "xo": "*"
+ },
+ "tsd": {
+ "compilerOptions": {
+ "resolveJsonModule": true
+ }
56
}
0 commit comments