Alpha 1 version, not full version

This commit is contained in:
Sam Richard 2015-03-24 06:43:42 -05:00
parent c7e57b863c
commit 42b8d28e84
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Gulp Sass Changelog # Gulp Sass Changelog
## v2.0.0 ## v2.0.0-alpha.1
### March 24, 2015 ### March 24, 2015
* **Change** Updated to `node-sass` 3.0.0-alpha.1 * **Change** Updated to `node-sass` 3.0.0-alpha.1
* **New** Added support for `gulp-sourcemaps` including tests * **New** Added support for `gulp-sourcemaps` including tests

View file

@ -1,6 +1,6 @@
{ {
"name": "gulp-sass", "name": "gulp-sass",
"version": "2.0.0", "version": "2.0.0-alpha.1",
"description": "Gulp plugin for sass", "description": "Gulp plugin for sass",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {