Skip to content

Commit 761f884

Browse files
committed
Version bump (v.0.3.2)
1 parent 1db6192 commit 761f884

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ Now you have a `./dist` folder with all your scripts and stylesheets concatenate
112112

113113
### V.0.3
114114

115+
**0.3.2**:
116+
117+
- Fixing jshint errors in newly generated angular app with stylus as CSS preprocessor
118+
115119
**0.3.1**:
116120

117121
- Explicitly set port 3000 ([#4](https://github.com/klei/slush-angular/pull/4))

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slush-angular",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A slush generator for AngularJS using the Google Angular App Structure Recommendations",
55
"main": "slushfile.js",
66
"scripts": {
@@ -16,7 +16,8 @@
1616
"angularjs",
1717
"google",
1818
"stylus",
19-
"less"
19+
"less",
20+
"sass"
2021
],
2122
"author": "Joakim Bengtson <joakim@klei.se>",
2223
"license": "MIT",

0 commit comments

Comments
 (0)