Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
giowe committed May 8, 2017
1 parent dfb7729 commit 52b6ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
const { log, colors: { green }, PluginError } = require('gulp-util');
const header = require('gulp-header');
const parse = require('parse-sass-value');
const pkg = require('./package.json');

/**
* @typedef Options
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-sass-vars",
"version": "1.1.0",
"version": "1.1.1",
"description": "Inject variables in sass files",
"main": "index.js",
"author": {
Expand Down

0 comments on commit 52b6ef4

Please sign in to comment.