Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
version 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarcia committed Mar 21, 2018
1 parent ec38f47 commit 3a4312e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Franck Marcia <franck.marcia@gmail.com> (https://github.com/fmarcia)",
"name": "uglifycss",
"description": "Port of YUI CSS Compressor to NodeJS",
"version": "0.0.28",
"version": "0.0.29",
"keywords": [
"css",
"stylesheet",
Expand Down
2 changes: 1 addition & 1 deletion uglifycss
Expand Up @@ -29,7 +29,7 @@
const { defaultOptions, processString, processFiles } = require('./')
const { writeFileSync } = require('fs')

const UGLIFYCSS_VERSION = '0.0.28'
const UGLIFYCSS_VERSION = '0.0.29'

// Info namespace
const info = {}
Expand Down

0 comments on commit 3a4312e

Please sign in to comment.