gonzales-pe
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -10,2 +10,6 @@ # Changelog | ||
## 27.07.2016, Version 3.4.1 | ||
:star: Added publich script. | ||
:green_apple: Fixed post-refactor error in Node#last method. | ||
## 27.07.2016, Version 3.4.0 | ||
@@ -12,0 +16,0 @@ |
{ | ||
"name": "gonzales-pe", | ||
"description": "Gonzales Preprocessor Edition (fast CSS parser)", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"homepage": "http://github.com/tonyganch/gonzales-pe", | ||
@@ -6,0 +6,0 @@ "bugs": "http://github.com/tonyganch/gonzales-pe/issues", |
@@ -1,4 +0,4 @@ | ||
# Gonzales PE @3.4.0 | ||
# Gonzales PE @dev | ||
[![Build Status](https://travis-ci.org/tonyganch/gonzales-pe.svg?branch=3.0)] | ||
[![Build Status](https://travis-ci.org/tonyganch/gonzales-pe.svg)] | ||
(https://travis-ci.org/tonyganch/gonzales-pe) | ||
@@ -16,3 +16,3 @@ [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/m29jphtrqt398v2o/branch/dev?svg=true)] | ||
```bash | ||
npm install -g gonzales-pe@3.4.0 | ||
npm install -g git://github.com/tonyganch/gonzales-pe.git#dev | ||
``` | ||
@@ -23,3 +23,3 @@ | ||
```bash | ||
npm install --save gonzales-pe@3.4.0 | ||
npm install --save git://github.com/tonyganch/gonzales-pe.git#dev | ||
``` | ||
@@ -32,4 +32,4 @@ | ||
git clone git@github.com:tonyganch/gonzales-pe.git | ||
# Go to `3.0` branch. | ||
git checkout 3.0 | ||
# Go to dev branch. | ||
git checkout dev | ||
# Install project dependencies. | ||
@@ -36,0 +36,0 @@ npm install |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
204058
0