We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a58f2 commit d7ddf83Copy full SHA for d7ddf83
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.2.0
2
+- Merged #35 to enable support for `tns prepare` with `--path` option (Fixes #34)
3
+- Added additional example to demo project
4
+
5
## v1.1.1
6
- Fixed regression will follow symlinked directories (#30) via @ludwiktrammer
7
package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript-dev-sass",
- "version": "1.1.1",
+ "version": "1.2.0",
"description": "SASS CSS pre-processor for NativeScript projects.",
"scripts": {
"test": "exit 0",
0 commit comments