Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "peitho", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "stylesheet helper for aphrodite", | ||
@@ -10,2 +10,6 @@ "main": "build/bundle.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/lazopm/peitho" | ||
}, | ||
"author": "Pablo Lazo <lazopm@gmail.com> (lazopm.com)", | ||
@@ -25,4 +29,6 @@ "license": "ISC", | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-node-resolve": "^3.0.0" | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"uglify-es": "^3.0.15" | ||
} | ||
} |
@@ -1,2 +0,4 @@ | ||
# Peitho [![Build Status](https://travis-ci.org/lazopm/peitho.svg?branch=master)](https://travis-ci.org/lazopm/peitho) | ||
# Peitho | ||
[![npm version](https://badge.fury.io/js/peitho.svg)](https://badge.fury.io/js/peitho) | ||
[![Build Status](https://travis-ci.org/lazopm/peitho.svg?branch=master)](https://travis-ci.org/lazopm/peitho) | ||
ezpz js inline styles :ok_hand: | ||
@@ -3,0 +5,0 @@ |
const fs = require('fs') | ||
const rollup = require('rollup').rollup; | ||
const { rollup } = require('rollup'); | ||
const resolve = require('rollup-plugin-node-resolve'); | ||
const commonjs = require('rollup-plugin-commonjs'); | ||
const babel = require('rollup-plugin-babel'); | ||
const uglify = require('rollup-plugin-uglify'); | ||
const { minify } = require('uglify-es'); | ||
@@ -15,2 +17,3 @@ rollup({ | ||
}), | ||
uglify({}, minify), | ||
], | ||
@@ -17,0 +20,0 @@ }).then(bundle => bundle.write({ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
112009
277
46
1
11