Skip to content

Commit

Permalink
Chore: Add icon and readme package update
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynhathaway committed Jul 2, 2020
1 parent c3b0712 commit b621263
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
Binary file added .github/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div align="center">

<img alt="Will Mutate icon" width="128" height="128" align="center" src=".github/icon.png"/>

# Will Mutate

**Runtime test to that detects mutations to objects**

[![npm version](https://badgen.net/npm/v/will-mutate?icon=npm)](https://www.npmjs.com/package/will-mutate)
[![check status](https://badgen.net/github/checks/evelynhathaway/will-mutate/master?icon=github)](https://github.com/evelynhathaway/will-mutate/actions)
[![check status](https://badgen.net/github/checks/ceoss/will-mutate/master?icon=github)](https://github.com/ceoss/will-mutate/actions)
[![license: MIT](https://badgen.net/badge/license/MIT/blue)](/LICENSE)

</div>
Expand Down
31 changes: 18 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,45 @@
{
"name": "will-mutate",
"version": "0.1.0",
"description": "",
"main": "index.js",
"homepage": "https://github.com/evelynhathaway/will-mutate#readme",
"description": "Runtime test to that detects mutations to objects",
"keywords": [
"babel-plugin",
"mutation",
"testing",
"proxy"
],
"homepage": "https://github.com/ceoss/will-mutate#readme",
"bugs": {
"url": "https://github.com/evelynhathaway/will-mutate/issues"
"url": "https://github.com/ceoss/will-mutate/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evelynhathaway/will-mutate.git"
"url": "git+https://github.com/ceoss/will-mutate.git"
},
"license": "MIT",
"author": "Evelyn Hathaway <[email protected]> (https://evelyn.dev)",
"contributors": [
"Corbin Crutchley <[email protected]> (https://crutchcorn.dev)"
],
"main": "plugin/index.js",
"files": [
"plugin/",
"!**/__tests__/",
"!**/__mocks__/",
"!**/__fixtures__/"
],
"scripts": {
"debug": "node --inspect-brk ./node_modules/@babel/cli/bin/babel.js src --out-dir lib",
"build": "babel src --out-dir lib",
"debug": "node --inspect-brk ./node_modules/@babel/cli/bin/babel.js src --out-dir lib",
"lint": "eslint ./",
"test": "jest"
},
"keywords": [],
"dependencies": {
"@babel/cli": "^7.10.1",
"@babel/parser": "^7.10.2",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.2"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
Expand All @@ -45,12 +56,6 @@
"jest": "^26.0.1",
"jest-file-snapshot": "^0.3.8"
},
"dependencies": {
"@babel/cli": "^7.10.1",
"@babel/parser": "^7.10.2",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.2"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
Expand Down

0 comments on commit b621263

Please sign in to comment.