|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "crowi-plugin-lsx",
|
|
|
- "version": "1.3.1",
|
|
|
+ "version": "1.3.2",
|
|
|
"description": "The Crowi Plugin to add lsx tag",
|
|
|
"keywords": [
|
|
|
"crowi-plus",
|
|
|
@@ -15,8 +15,8 @@
|
|
|
"build": "babel src --out-dir lib --source-maps inline",
|
|
|
"clean": "npm cache clean && npm run rimraf -- lib",
|
|
|
"resources": "mkdirp lib/resource/css && ncp src/resource/css lib/resource/css",
|
|
|
+ "prebuild:watch": "npm run clean && npm run resources",
|
|
|
"prebuild": "npm run clean && npm run resources",
|
|
|
- "prewatch": "npm run clean && npm run resources",
|
|
|
"rimraf": "rimraf",
|
|
|
"test": ""
|
|
|
},
|