|
|
@@ -3,7 +3,9 @@
|
|
|
"version": "1.0.0",
|
|
|
"description": "The Crowi Plugin to add lsx tag",
|
|
|
"main": "lib/index.js",
|
|
|
- "files": ["lib"],
|
|
|
+ "files": [
|
|
|
+ "lib"
|
|
|
+ ],
|
|
|
"scripts": {
|
|
|
"build": "NODE_ENV=production babel src --out-dir lib --source-maps inline",
|
|
|
"watch": "babel src --out-dir lib --watch --source-maps inline",
|
|
|
@@ -21,6 +23,7 @@
|
|
|
"homepage": "https://github.com/yuki-takei/crowi-plugin-lsx#readme",
|
|
|
"devDependencies": {
|
|
|
"babel-cli": "^6.23.0",
|
|
|
+ "babel-plugin-add-module-exports": "^0.2.1",
|
|
|
"babel-preset-es2015": "^6.22.0",
|
|
|
"babel-preset-power-assert": "^1.0.0",
|
|
|
"babel-register": "^6.23.0",
|