Skip to content

Commit 26223aa

Browse files
committed
Version bump (v.0.3.3)
1 parent 6b35931 commit 26223aa

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.3**:
116+
117+
- Adding the `gulp karma-conf` task to be able to run `karma` without gulp ([#7](https://github.com/klei/slush-angular/issues/7))
118+
115119
**0.3.2**:
116120

117121
- Fixing jshint errors in newly generated angular app with stylus as CSS preprocessor

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.2",
3+
"version": "0.3.3",
44
"description": "A slush generator for AngularJS using the Google Angular App Structure Recommendations",
55
"main": "slushfile.js",
66
"scripts": {
@@ -17,7 +17,8 @@
1717
"google",
1818
"stylus",
1919
"less",
20-
"sass"
20+
"sass",
21+
"karma"
2122
],
2223
"author": "Joakim Bengtson <joakim@klei.se>",
2324
"license": "MIT",

0 commit comments

Comments
 (0)