Skip to content

Commit

Permalink
Update compiler package
Browse files Browse the repository at this point in the history
  • Loading branch information
yadicksonbasedos committed Oct 25, 2017
1 parent a7738a1 commit ee6f83b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/angular-ys-service-keyboard.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"build": "npm run compile",
"prepublish": "npm run compile",
"compile": "./node_modules/.bin/babel --presets env,babili -d lib/ src/",
"compile": "./node_modules/.bin/babel --presets env,babili --out-file $npm_package_main src",
"pretest": "./node_modules/.bin/bower install",
"test": "./node_modules/.bin/karma start --single-run --browser PhantomJS",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
Expand Down

0 comments on commit ee6f83b

Please sign in to comment.