Skip to content

Commit b625f7f

Browse files
committed
fix: Use correct babel option in prepublish
1 parent 5aadb7c commit b625f7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@relekang/steering",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Lint touched code stricter",
55
"main": "./lib",
66
"bin": "./steering.js",
77
"scripts": {
8-
"prepublish": "babel src -o lib",
8+
"prepublish": "babel src -d lib",
99
"test": "nyc ava"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)