Browse Source

add rollup as devDependencies

Gildas 5 năm trước cách đây
mục cha
commit
a59166b509
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      package.json

+ 5 - 1
package.json

@@ -16,5 +16,9 @@
 		"selenium-webdriver": "4.0.0-alpha.7",
 		"strong-data-uri": "^1.0.6",
 		"yargs": "^16.2.0"
+	},
+	"devDependencies": {
+		"rollup": "^2.40.0",
+		"rollup-plugin-terser": "^7.0.2"
 	}
-}
+}