We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea60035 commit 6c38e3aCopy full SHA for 6c38e3a
README.md
@@ -112,6 +112,10 @@ Now you have a `./dist` folder with all your scripts and stylesheets concatenate
112
113
### V.0.4
114
115
+**0.4.2**:
116
+
117
+- Fixing typo (See [#17](https://github.com/slushjs/slush-angular/pull/17))
118
119
**0.4.1**:
120
121
- Adding tests, using [`mock-gulp-dest`](https://github.com/slushjs/mock-gulp-dest)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "slush-angular",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"description": "A slush generator for AngularJS using the Google Angular App Structure Recommendations",
5
"main": "slushfile.js",
6
"scripts": {
0 commit comments