frets-styles-generator
Advanced tools
Comparing version 0.1.0 to 0.1.2
@@ -5,73 +5,4 @@ # Change Log | ||
<a name="1.4.1"></a> | ||
## [1.4.1](https://github.com/bitjson/typescript-starter/compare/v1.4.0...v1.4.1) (2017-06-27) | ||
<a name="0.1.2"></a> | ||
## 0.1.2 (2017-11-29) | ||
<a name="1.4.0"></a> | ||
# [1.4.0](https://github.com/bitjson/typescript-starter/compare/v1.3.0...v1.4.0) (2017-03-02) | ||
### Features | ||
* **gh-pages:** add package script for publishing docs to gh-pages ([1dfe830](https://github.com/bitjson/typescript-starter/commit/1dfe830)), closes [#14](https://github.com/bitjson/typescript-starter/issues/14) | ||
* **publish:** add one-step publish process ([7b9b857](https://github.com/bitjson/typescript-starter/commit/7b9b857)), closes [#15](https://github.com/bitjson/typescript-starter/issues/15) | ||
<a name="1.3.0"></a> | ||
# [1.3.0](https://github.com/bitjson/typescript-starter/compare/v1.2.2...v1.3.0) (2017-03-01) | ||
### Bug Fixes | ||
* **hash.js:** correctly pre-build hash.js for the browser ([1fe0b10](https://github.com/bitjson/typescript-starter/commit/1fe0b10)) | ||
* **watch:** exclude build/**/*.spec.js from ava to avoid double execution ([e365656](https://github.com/bitjson/typescript-starter/commit/e365656)) | ||
### Features | ||
* **browser:** add browser build, tests, and sample sha256 library method ([01f67d1](https://github.com/bitjson/typescript-starter/commit/01f67d1)) | ||
* **watch:** use concurrently for the watch task ([7fa64b8](https://github.com/bitjson/typescript-starter/commit/7fa64b8)), closes [#11](https://github.com/bitjson/typescript-starter/issues/11) | ||
<a name="1.2.2"></a> | ||
## [1.2.2](https://github.com/bitjson/typescript-starter/compare/v1.2.1...v1.2.2) (2017-02-17) | ||
### Bug Fixes | ||
* **tsconfig:** set rootDir option when outDir option is used ([3577caa](https://github.com/bitjson/typescript-starter/commit/3577caa)), closes [#9](https://github.com/bitjson/typescript-starter/issues/9) | ||
<a name="1.2.1"></a> | ||
## [1.2.1](https://github.com/bitjson/typescript-starter/compare/v1.2.0...v1.2.1) (2017-02-14) | ||
<a name="1.2.0"></a> | ||
# [1.2.0](https://github.com/bitjson/node-typescript-starter/compare/v1.1.1...v1.2.0) (2017-02-14) | ||
### Features | ||
* **github:** add sample GitHub issue template, PR template, and contributing guidelines ([9c95249](https://github.com/bitjson/node-typescript-starter/commit/9c95249)) | ||
* **watch:** add unified watch task with multiview ([973966e](https://github.com/bitjson/node-typescript-starter/commit/973966e)) | ||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/bitjson/node-typescript-starter/compare/v1.1.0...v1.1.1) (2017-02-13) | ||
<a name="1.1.0"></a> | ||
# 1.1.0 (2017-02-13) | ||
### Features | ||
* **examples:** improve browser usage example ([c8199e7](https://github.com/bitjson/node-typescript-starter/commit/c8199e7)) | ||
* **starter:** add changelogs and examples ([5f18048](https://github.com/bitjson/node-typescript-starter/commit/5f18048)) |
{ | ||
"name": "frets-styles-generator", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Tool that genreates a typescript class for FRETS based on a CSS file", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
@@ -7,5 +7,6 @@ # frets-styles-generator | ||
Includes a watch flag. | ||
Includes an optional watch flag `-w`. | ||
Used in conjunction with FRETS and/or a hyperscript implementation like maquette. | ||
Used in conjunction with FRETS and/or a hyperscript implementation like maquette. The current template outputs a ts file that expects maquette to be available, so you will need that in your project package.json as a dependency. | ||
I find it especially useful if you point it at [BaseCSS](https://github.com/basscss/bassplate) or [tailwind](https://tailwindcss.com/). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
196400