Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "symply", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "A simple static site generator.", | ||
@@ -5,0 +5,0 @@ "author": "Oleg Legun <oleg.legun@gmail.com>", |
{ | ||
"compileOnSave": true, | ||
"compilerOptions": { | ||
@@ -20,9 +20,6 @@ "outDir": "./dist", | ||
"allowJs": true, | ||
"typeRoots": [ | ||
"./src/typings", | ||
"./node_modules/@types" | ||
] | ||
"typeRoots": ["./node_modules/@types"] | ||
}, | ||
"include": ["src/**/*"], | ||
"exclude": ["node_modules", "src/typings"] | ||
"include": ["src/**/*", "types.ts"], | ||
"exclude": ["node_modules"] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
185481
34
1385
2