sass-planifolia

Vanilla Sass helper functions
git clone https://git.ce9e.org/sass-planifolia.git

commit
5693be736cf3f12b97b53360f68cf5693070b02b
parent
043547444286971f88cbb41ee35d658393f9b2fb
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-07-12 21:31
bump version to 0.4.1

Diffstat

M CHANGES.md 5 +++++
M bower.json 2 +-
M package.json 2 +-

3 files changed, 7 insertions, 2 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,8 @@
   -1     1 0.4.1 (2017-07-12)
   -1     2 ------------------
   -1     3 
   -1     4 - limit the files that go into npm package
   -1     5 
    1     6 0.4.0 (2017-06-02)
    2     7 ------------------
    3     8 

diff --git a/bower.json b/bower.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "sass-planifolia",
    3    -1   "version": "0.4.0",
   -1     3   "version": "0.4.1",
    4     4   "description": "Vanilla Sass helper functions",
    5     5   "main": "index.js",
    6     6   "authors": [

diff --git a/package.json b/package.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2   "name": "sass-planifolia",
    3    -1   "version": "0.4.0",
   -1     3   "version": "0.4.1",
    4     4   "description": "Vanilla Sass helper functions",
    5     5   "main": "index.js",
    6     6   "dependencies": {},