mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-28 03:50:54 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 02ff1ecad6 | |||
| 12a446f747 | |||
| 262c0bbc9e |
+3
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-webpack-template",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.9",
|
||||
"description": "A base skeleton template for react and webpack without task runners",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@@ -12,7 +12,8 @@
|
||||
"dist": "npm run copy & webpack --env=dist",
|
||||
"lint": "eslint ./src",
|
||||
"copy": "copyfiles -f ./src/index.html ./src/favicon.ico ./dist",
|
||||
"clean": "rimraf dist/*"
|
||||
"clean": "rimraf dist/*",
|
||||
"patch-release": "npm version patch && npm publish && git push --follow-tags"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user