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 712c40e commit 2caac36Copy full SHA for 2caac36
packages/cli/package.json
@@ -24,6 +24,7 @@
24
},
25
"devDependencies": {
26
"@pattern-lab/starterkit-mustache-base": "3.0.3",
27
+ "dos2unix-cli": "^1.0.1",
28
"eslint": "4.18.2",
29
"eslint-config-prettier": "2.9.0",
30
"eslint-plugin-prettier": "2.6.0",
@@ -46,7 +47,8 @@
46
47
],
48
"scripts": {
49
"lint": "eslint ./{bin,test}",
- "test:separate": "tap ./test/*.test.js --reporter spec --timeout=120"
50
+ "test:separate": "tap ./test/*.test.js --reporter spec --timeout=120",
51
+ "prepublish": "npx dos2unix-cli bin/patternlab.js"
52
53
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli",
54
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
0 commit comments