standardize package json

This commit is contained in:
Nathan Cahill
2018-11-05 07:20:37 -07:00
parent 45aad74b01
commit 31cbe99224
2 changed files with 2 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<p align="center">
<img alt="Split.js" title="Split.js" src="https://unpkg.com/split.js@1.5.7/logo.svg" width="430">
<br><br>
<a href="https://travis-ci.org/nathancahill/Split.js"><img src="https://travis-ci.org/nathancahill/Split.js.svg" alt="Build Status"></a>
<a href="https://circleci.com/gh/nathancahill/split"><img src="https://img.shields.io/circleci/project/github/nathancahill/split/master.svg" alt="Build Status"></a>
<img src="https://img.badgesize.io/https://unpkg.com/split.js/split.min.js?compression=gzip&label=size&v=1.5.7" alt="File Size">
<img src="https://badge.fury.io/js/split.js.svg" alt="npm version">
<img src="https://david-dm.org/nathancahill/split/status.svg" alt="Dependencies">

View File

@@ -4,16 +4,10 @@
"description": "2kb unopinionated utility for resizeable split views",
"main": "dist/split.js",
"minified:main": "dist/split.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nathancahill/Split.js.git"
},
"repository": "https://github.com/nathancahill/split",
"keywords": ["css", "split", "flexbox", "tiny", "split-layout"],
"author": "Nathan Cahill <nathan@nathancahill.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathancahill/Split.js/issues"
},
"homepage": "https://split.js.org/",
"scripts": {
"lint": "eslint src",