Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
🙈 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mistadikay committed Aug 28, 2015
1 parent 89f90ce commit b38c14a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
chai-bem.js
build/
docs/
coverage/
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules/
chai-bem.js
build/
coverage/
*.log
.DS_Store
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"Denis Koltsov <[email protected]> (https://github.com/mistadikay)",
"Kir Belevich <[email protected]> (https://github.com/deepsweet)"
],
"main": "chai-bem.js",
"main": "build/index.js",
"files": [
"chai-bem.js",
"build/",
"LICENSE"
],
"dependencies": {
Expand Down Expand Up @@ -56,8 +56,8 @@
"babel-eslint": "4.1.x"
},
"scripts": {
"prebuild": "rimraf chai-bem.js",
"build": "babel lib/ --out-file chai-bem.js",
"prebuild": "rimraf build/",
"build": "babel lib/ -d build/",

"dev": "npm run build -- -w",
"tdd": "npm run karma start test/karma.dev.js",
Expand Down

0 comments on commit b38c14a

Please sign in to comment.