Comparing version 11.0.2 to 11.0.3
{ | ||
"name": "precinct", | ||
"version": "11.0.2", | ||
"version": "11.0.3", | ||
"description": "Unleash the detectives", | ||
@@ -48,9 +48,9 @@ "main": "index.js", | ||
"detective-cjs": "^5.0.1", | ||
"detective-es6": "^4.0.0", | ||
"detective-es6": "^4.0.1", | ||
"detective-postcss": "^6.1.3", | ||
"detective-sass": "^5.0.0", | ||
"detective-scss": "^4.0.0", | ||
"detective-sass": "^5.0.3", | ||
"detective-scss": "^4.0.3", | ||
"detective-stylus": "^4.0.0", | ||
"detective-typescript": "^11.0.1", | ||
"module-definition": "^5.0.0", | ||
"detective-typescript": "^11.0.2", | ||
"module-definition": "^5.0.1", | ||
"node-source-walk": "^6.0.1" | ||
@@ -57,0 +57,0 @@ }, |
@@ -17,3 +17,3 @@ # precinct | ||
* JavaScript modules: AMD, CommonJS, and ES6. | ||
* JavaScript modules: AMD, CommonJS, and ES6 | ||
* TypeScript | ||
@@ -23,3 +23,3 @@ * CSS Preprocessors: Sass, Scss, Stylus, and Less | ||
### Usage | ||
## Usage | ||
@@ -49,3 +49,3 @@ ```js | ||
* The supported module type prefixes are `amd`, `commonjs`, `css`, `es6`, `less`, `sass`, `scss`, `stylus`, `ts`, `tsx` | ||
* The supported module type prefixes are: `amd`, `commonjs`, `css`, `es6`, `less`, `sass`, `scss`, `stylus`, `ts`, `tsx`. | ||
@@ -78,3 +78,3 @@ Current options: | ||
#### `precinct.paperwork(filename, options)` | ||
### `precinct.paperwork(filename, options)` | ||
@@ -87,5 +87,5 @@ Supported options: | ||
#### CLI | ||
### CLI | ||
*Assumes a global install precinct with `npm install -g precinct`* | ||
Assumes a global install precinct with `npm install -g precinct`. | ||
@@ -96,6 +96,6 @@ ```sh | ||
Run `precinct --help` to see all the options. | ||
Run `precinct --help` to see all options. | ||
### License | ||
## License | ||
[MIT](LICENSE) |
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
12196
Updateddetective-es6@^4.0.1
Updateddetective-sass@^5.0.3
Updateddetective-scss@^4.0.3
Updateddetective-typescript@^11.0.2
Updatedmodule-definition@^5.0.1