File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 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" : {
1616 " angularjs" ,
1717 " google" ,
1818 " stylus" ,
19- " less"
19+ " less" ,
20+ " sass"
2021 ],
2122 "author" : " Joakim Bengtson <joakim@klei.se>" ,
2223 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments