Skip to content

Commit

Permalink
fix(infrastructure): more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dskline committed Aug 7, 2017
1 parent 6fb9b04 commit 704848a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules
.nyc_output
coverage
dist
.idea
.tmp
package-lock.json
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![npm version](https://badge.fury.io/js/image-to-array.svg)](https://badge.fury.io/js/image-to-array)
[![Build Status](https://travis-ci.org/dskline/image-to-array.svg?branch=master)](https://travis-ci.org/dskline/image-to-array)
[![Coverage Status](https://coveralls.io/repos/github/dskline/image-to-array/badge.svg?branch=master)](https://coveralls.io/github/dskline/image-to-array?branch=master)
[![Code Climate](https://codeclimate.com/github/dskline/image-to-array/badges/gpa.svg)](https://codeclimate.com/github/codeclimate/codeclimate)

# Image-to-Array.js

A simple Javascript library that extracts an array of rectangular images from a single (large) image with a solid or
Expand Down
2 changes: 0 additions & 2 deletions dist/image-to-array.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/image-to-array.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const webpackConfig = require('./webpack/test.js');

module.exports = function (config) {
module.exports = function(config) {
config.set({
webpack: webpackConfig,
frameworks: ['mocha'],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "webpack --config webpack/webpack.base.js --progress",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"prepush": "build, test",
"precommit": "build, test",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
Expand Down Expand Up @@ -41,7 +41,7 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"mocha": "^3.4.2",
"pre-push": "^0.1.1",
"pre-commit": "^1.2.2",
"semantic-release": "^6.3.6",
"webpack": "^2.6.1",
"webpack-async-await": "^1.1.0",
Expand Down

0 comments on commit 704848a

Please sign in to comment.