diff --git a/package-lock.json b/package-lock.json index 927fc63..8e27c2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "teutonic-css", - "version": "0.7.14", + "version": "0.7.15", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.7.14", + "version": "0.7.15", "license": "MIT", "devDependencies": { "clean-css-cli": "^5.3.0", diff --git a/package.json b/package.json index ce4f919..4c4be5a 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "teutonic-css", - "version": "0.7.14", + "version": "0.7.15", "description": "Yet another CSS framework — versatile, well documented.", "directories": {}, - "files": ["*"], + "files": [ + "*" + ], "scripts": { "create-css": "sass teutonic.scss teutonic.css --no-source-map", "minify-css": "cleancss teutonic.css -o teutonic.min.css",