Skip to content

Commit

Permalink
Use babel polyfill (#16)
Browse files Browse the repository at this point in the history
* using webpack to bundle and minify, using babel polyfill rather than including them manually

* trying to get coveralls to work with nyc rather than istanbul

* changing coveralls script

* trying different coveralls script

* ignoring lib and test directories in code climate

* removing old files and ignoring webpack config in codeclimate yaml

* adding start script

* using quick-pivot.min.js as entrance

* removing istanbul

* nm, still need istanbul LOLZ
  • Loading branch information
pat310 committed Jan 28, 2017
1 parent 562871a commit a9ec1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "quick-pivot",
"version": "1.0.11",
"description": "a utility for quickly pivoting data",
"main": "lib/library.js",
"main": "lib/quick-pivot.min.js",
"scripts": {
"build": "webpack --mode=build",
"dev": "webpack --progress --colors --watch --mode=dev",
Expand Down

0 comments on commit a9ec1c4

Please sign in to comment.