tui-code-snippet
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "tui-code-snippet", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "TOAST UI Utility: CodeSnippet", | ||
@@ -11,2 +11,3 @@ "main": "dist/tui-code-snippet.js", | ||
"bundle": "webpack --mode=production & webpack --mode=production --minify", | ||
"transpile": "babel --plugins babel-plugin-add-module-exports ajax/index.mjs --out-file ajax/index.js && babel --plugins @babel/plugin-transform-member-expression-literals ajax/index.js --out-file ajax/index.js", | ||
"doc:serve": "tuidoc --serv", | ||
@@ -29,2 +30,3 @@ "doc": "tuidoc", | ||
"files": [ | ||
"ajax", | ||
"array", | ||
@@ -47,3 +49,8 @@ "browser", | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/plugin-transform-member-expression-literals": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@toast-ui/release-notes": "^2.0.1", | ||
"babel-plugin-add-module-exports": "^1.0.2", | ||
"eslint": "^6.7.1", | ||
@@ -53,4 +60,3 @@ "eslint-config-prettier": "^6.7.0", | ||
"eslint-loader": "^3.0.2", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"jasmine-ajax": "^3.3.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"jasmine-core": "^2.7.0", | ||
@@ -65,2 +71,3 @@ "jasmine-jquery": "^2.1.1", | ||
"karma-jasmine": "1.0.2", | ||
"karma-jasmine-ajax": "^0.1.13", | ||
"karma-junit-reporter": "^1.2.0", | ||
@@ -67,0 +74,0 @@ "karma-safari-launcher": "^1.0.0", |
@@ -34,2 +34,4 @@ # TOAST UI Tools: Code Snippet | ||
* ajax | ||
* Send the Ajax request | ||
* array | ||
@@ -36,0 +38,0 @@ * Handle arrays |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
268591
80
8353
205
29