Skip to content

Commit

Permalink
Merge pull request #4 from azinasili/fixwindows
Browse files Browse the repository at this point in the history
fixed build script for windows
  • Loading branch information
Azin Asili authored May 9, 2017
2 parents 43f15af + e9b2a07 commit fc5b336
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a11ytab",
"version": "1.1.1",
"version": "1.1.2",
"description": "A fully accessible and customizable tabs front-end component.",
"homepage": "https://github.com/azinasili/a11ytab",
"authors": "Azin Asili <[email protected]>",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a11ytab",
"version": "1.1.1",
"version": "1.1.2",
"description": "A fully accessible and customizable tabs front-end component.",
"homepage": "https://github.com/azinasili/a11ytab",
"author": "Azin Asili <[email protected]>",
Expand All @@ -24,13 +24,14 @@
"url": "https://github.com/azinasili/a11ytab/issues"
},
"scripts": {
"build": "BABEL_ENV=production babel src -d dist",
"build": "cross-env BABEL_ENV=production babel src -d dist",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-babili": "0.0.12",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^4.0.0"
}
}

0 comments on commit fc5b336

Please sign in to comment.