Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shizeng committed Jul 13, 2020
1 parent 66c6533 commit 7e2e75e
Show file tree
Hide file tree
Showing 221 changed files with 1,053 additions and 8,311 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TOAST UI Image Editor v3.9.0
// Type definitions for TOAST UI Image Editor v1.0.4
// TypeScript Version: 3.2.2

declare namespace tuiImageEditor {
Expand Down Expand Up @@ -310,6 +310,6 @@ declare namespace tuiImageEditor {
}
}

declare module 'tui-image-editor' {
declare module '@bwgj/image-editor' {
export = tuiImageEditor.ImageEditor;
}
2,858 changes: 1,031 additions & 1,827 deletions package-lock.json

Large diffs are not rendered by default.

25 changes: 17 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@gaspire/imageeditor",
"name": "@bwgj/image-editor",
"author": "NHN FE Development Lab <[email protected]>",
"version": "1.9.2",
"version": "1.0.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gaspire/image-editor.git"
"url": "git+https://github.com/gaspire/image-editor.git"
},
"main": "dist/tui-image-editor.js",
"main": "dist/@bwgj/image-editor.js",
"files": [
"src",
"dist",
Expand Down Expand Up @@ -39,11 +39,11 @@
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.4.0",
"jquery": "^3.5.1",
"jsdoc": "^3.5.4",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.1",
"karma-coverage": "^2.0.2",
"karma-edge-launcher": "^0.4.2",
"karma-es5-shim": "0.0.4",
"karma-firefox-launcher": "^1.1.0",
Expand Down Expand Up @@ -71,14 +71,14 @@
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"test": "karma start --no-single-run",
"test:ne": "KARMA_SERVER=ne karma start",
"test:ex": "node exampleTest.js",
"test:types": "tsc --project test/types",
"bundle": "webpack && webpack -p && npm run bundle:svg && node tsBannerGenerator.js",
"bundle": "webpack && webpack -p",
"bundle:svg": "node makesvg.js",
"serve": "webpack-dev-server",
"doc:dev": "tuidoc --dev",
Expand All @@ -90,5 +90,14 @@
"fabric": "3.6.0",
"tui-code-snippet": "^1.5.0",
"tui-color-picker": "^2.2.0"
},
"bugs": {
"url": "https://github.com/gaspire/image-editor/issues"
},
"homepage": "https://github.com/gaspire/image-editor#readme",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
}
}
81 changes: 0 additions & 81 deletions src/css/buttons.styl

This file was deleted.

86 changes: 0 additions & 86 deletions src/css/checkbox.styl

This file was deleted.

98 changes: 0 additions & 98 deletions src/css/colorpicker.styl

This file was deleted.

44 changes: 0 additions & 44 deletions src/css/gridtable.styl

This file was deleted.

Loading

0 comments on commit 7e2e75e

Please sign in to comment.