|
|
@ -6,7 +6,7 @@ |
|
|
"license": "BSD-3-Clause", |
|
|
"license": "BSD-3-Clause", |
|
|
"homepage": "http://grapesjs.com", |
|
|
"homepage": "http://grapesjs.com", |
|
|
"main": "dist/grapes.min.js", |
|
|
"main": "dist/grapes.min.js", |
|
|
"sideEffects": false, |
|
|
"sideEffects": [ "*.vue", "*.css", "*.scss" ], |
|
|
"repository": { |
|
|
"repository": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "https://github.com/artf/grapesjs.git" |
|
|
"url": "https://github.com/artf/grapesjs.git" |
|
|
|