Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 2e023c6

Browse files
author
Spain
committed
publish run script and spec "fix" (WILL SQUASH)
1 parent 46e93e7 commit 2e023c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"atom": ">=1.0.0"
1111
},
1212
"scripts": {
13+
"clean": "rm -rf lib",
1314
"lint": "eslint .",
14-
"compile": "babel src --out-dir lib"
15+
"compile": "babel src --out-dir lib",
16+
"publish": "npm run clean && npm run compile && apm publish"
1517
},
1618
"dependencies": {
1719
"atom-linter": "^3.4.0",

spec/es5-helpers-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
determineConfigFile,
88
findEslintDir,
99
getEslintCli
10-
} from '../lib/es5-helpers'
10+
} from '../lib/helpers'
1111

1212
let fixtureDir
1313

0 commit comments

Comments
 (0)