css-modules-flow-types-cli
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "css-modules-flow-types-cli", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "CLI for creating flow definitions from CSS Modules files", | ||
@@ -33,3 +33,3 @@ "author": "skovhus", | ||
"chalk": "^1.1.3", | ||
"css-modules-flow-types-printer": "^0.1.1", | ||
"css-modules-flow-types-printer": "^0.2.2", | ||
"css-modules-loader-core": "^1.0.0", | ||
@@ -36,0 +36,0 @@ "gaze": "^1.1.1", |
@@ -24,4 +24,4 @@ # css-modules-flow-types-cli [![Build Status](https://travis-ci.org/skovhus/css-modules-flow-types-cli.svg?branch=master)](https://travis-ci.org/skovhus/css-modules-flow-types-cli) [![npm version](https://badge.fury.io/js/css-modules-flow-types-cli.svg)](http://badge.fury.io/js/css-modules-flow-types-cli) | ||
```javascript | ||
/* This file is automatically generated by css-modules-flow-typed. */ | ||
// @flow | ||
/* This file is automatically generated by css-modules-flow-types */ | ||
declare module.exports: {| | ||
@@ -28,0 +28,0 @@ +'myClass': string; |
10580
+ Addedcss-modules-flow-types-printer@0.2.2(transitive)
- Removedcss-modules-flow-types-printer@0.1.1(transitive)