Skip to content

Commit

Permalink
chore: Rm prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Sep 28, 2019
1 parent 1072f51 commit 0602838
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This mirror has all the dependencies up-to-date.

[![Version](https://img.shields.io/npm/v/shrink-ray-current.svg?style=flat-square)](https://www.npmjs.com/package/shrink-ray-current)
[![License](https://img.shields.io/npm/l/shrink-ray-current.svg?style=flat-square)](https://www.npmjs.com/package/shrink-ray-current)
[![Build status](https://img.shields.io/travis/Alorel/shrink-ray/3.0.2.svg?style=flat-square)](https://travis-ci.org/Alorel/shrink-ray)
[![Coverage](https://img.shields.io/coveralls/github/Alorel/shrink-ray/3.0.2.svg?style=flat-square)](https://coveralls.io/github/Alorel/shrink-ray)
[![Build status](https://img.shields.io/travis/Alorel/shrink-ray/master.svg?style=flat-square)](https://travis-ci.org/Alorel/shrink-ray)
[![Coverage](https://img.shields.io/coveralls/github/Alorel/shrink-ray/master.svg?style=flat-square)](https://coveralls.io/github/Alorel/shrink-ray)
[![Dependencies](https://img.shields.io/david/Alorel/shrink-ray.svg?style=flat-square)](https://github.com/Alorel/shrink-ray/blob/master/package.json)
[![Dev Dependencies](https://img.shields.io/david/dev/Alorel/shrink-ray.svg?style=flat-square)](https://github.com/Alorel/shrink-ray/blob/master/package.json)
[![Greenkeeper badge](https://badges.greenkeeper.io/Alorel/shrink-ray.svg)](https://greenkeeper.io/)
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"scripts": {
"reinstall": "rm -rf node_modules package-lock.json && npm install",
"test": "nyc mocha --check-leaks --bail",
"version-readme": "node ./prepublish.js",
"doctoc": "doctoc --github README.md"
}
}
24 changes: 0 additions & 24 deletions prepublish.js

This file was deleted.

0 comments on commit 0602838

Please sign in to comment.