We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aadb7c commit b625f7fCopy full SHA for b625f7f
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@relekang/steering",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Lint touched code stricter",
5
"main": "./lib",
6
"bin": "./steering.js",
7
"scripts": {
8
- "prepublish": "babel src -o lib",
+ "prepublish": "babel src -d lib",
9
"test": "nyc ava"
10
},
11
"repository": {
0 commit comments