kalastatic
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ { | ||
"repository": "https://github.com/kalamuna/kalastatic.git", | ||
"version": "6.0.0-alpha5", | ||
"version": "6.0.0-alpha6", | ||
"type": "module", | ||
@@ -15,6 +15,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"drupal-twig-extensions": "^1.0.0-beta.4", | ||
"meow": "^12.0.1", | ||
"sass": "^1.58.3", | ||
"twig": "^1.16.0", | ||
"drupal-twig-extensions": "^1.0.0-beta.5", | ||
"meow": "^13.2.0", | ||
"sass": "^1.80.4", | ||
"twig": "^1.17.1", | ||
"twig-markdown": "^1.1.0" | ||
@@ -21,0 +21,0 @@ }, |
@@ -6,3 +6,3 @@ // This script would exist within the node module and doesn't need to be invoked during a real project | ||
import { extname, basename, dirname } from 'path'; | ||
import Twig from "twig"; | ||
import Twig from 'twig'; | ||
import twigMarkdown from 'twig-markdown'; | ||
@@ -9,0 +9,0 @@ |
+ Added
- Removed
Updated
Updated
Updated