@yalovich/dom
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "@yalovich/dom", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Tiny DOM wrapper for micro-animations and website building.", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
@@ -11,5 +11,5 @@ const path = require('path'); | ||
output: { | ||
filename: 'main.min.js', | ||
filename: 'main.js', | ||
path: DIST, | ||
} | ||
}; |
13278