post-compile-webpack-plugin
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "post-compile-webpack-plugin", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Run your code after compilation is done.", | ||
@@ -10,7 +10,9 @@ "repository": { | ||
"scripts": { | ||
"test": "npm run lint", | ||
"test": "npm run lint && npm run build", | ||
"build": "bili --name index", | ||
"lint": "xo" | ||
}, | ||
"main": "dist/index.cjs.js", | ||
"files": [ | ||
"index.js" | ||
"dist" | ||
], | ||
@@ -20,2 +22,3 @@ "author": "EGOIST <0x142857@gmail.com>", | ||
"devDependencies": { | ||
"bili": "^0.12.0", | ||
"xo": "^0.17.1" | ||
@@ -22,0 +25,0 @@ }, |
# post-compile-webpack-plugin | ||
[![NPM version](https://img.shields.io/npm/v/post-compile-webpack-plugin.svg?style=flat-square)](https://npmjs.com/package/post-compile-webpack-plugin) [![NPM downloads](https://img.shields.io/npm/dm/post-compile-webpack-plugin.svg?style=flat)](https://npmjs.com/package/post-compile-webpack-plugin) [![Build Status](https://img.shields.io/circleci/project/EGOIST/post-compile-webpack-plugin/master.svg?style=flat)](https://circleci.com/gh/EGOIST/post-compile-webpack-plugin) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/EGOIST/donate) | ||
[![NPM version](https://img.shields.io/npm/v/post-compile-webpack-plugin.svg?style=flat-square)](https://npmjs.com/package/post-compile-webpack-plugin) [![NPM downloads](https://img.shields.io/npm/dm/post-compile-webpack-plugin.svg?style=flat)](https://npmjs.com/package/post-compile-webpack-plugin) [![Build Status](https://img.shields.io/circleci/project/egoist/post-compile-webpack-plugin/master.svg?style=flat)](https://circleci.com/gh/egoist/post-compile-webpack-plugin) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/egoist/donate) | ||
@@ -5,0 +5,0 @@ ## Install |
3718
15
2