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

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Jul 19, 2018
2 parents 78a9240 + c1886a1 commit cee1d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Mysql Dump

[![npm version](https://badge.fury.io/js/mysqldump.svg)](https://badge.fury.io/js/mysqldump) [![Build Status](https://travis-ci.org/mysqldump.svg?branch=v2)](https://travis-ci.org/mysqldump)

[![NPM](https://nodeico.herokuapp.com/mysqldump.svg)](https://npmjs.com/package/mysqldump)
[![npm version](https://badge.fury.io/js/mysqldump.svg)](https://npmjs.com/package/mysqldump) [![Build Status](https://travis-ci.org/assignar/mysqldump.svg)](https://travis-ci.org/assignar/mysqldump)

Create a backup of a MySQL database.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysqldump",
"version": "2.1.1",
"version": "2.2.1",
"description": "Create a DUMP from MySQL",
"main": "dist/cjs.js",
"module": "dist/es.js",
Expand All @@ -15,7 +15,8 @@
"build": "rollup -c && dts-bundle-generator -o dist/mysqldump.d.ts build-decl/main.d.ts --umd-module-name=mysqldump && rimraf build-decl",
"clean": "rimraf dist && rimraf build-decl",
"lint": "eslint src --ext \".ts\"",
"start": "ts-node -P ./tsconfig.json --files ./test/scripts/launch.ts"
"start": "ts-node -P ./tsconfig.json --files ./test/scripts/launch.ts",
"ci": "yarn lint --quiet && yarn build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cee1d48

Please sign in to comment.