@upstatement/twix-darwin-x64 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/bin/twix +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @upstatement/twix
1
+ # Twix
2
2
 
3
3
  A formatter for Twig templates with HTML.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @upstatement/twix
8
+ npm install --save-dev @upstatement/twix
9
9
  ```
10
10
 
11
11
  ## Usage
package/bin/twix CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upstatement/twix-darwin-x64",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "A formatter for Twig templates with HTML",
5
5
  "bin": {
6
6
  "twix": "bin/twix"