Skip to content

Commit

Permalink
New version 1.1.4. Read more http://xdsoft.net/jodit/doc/index.html#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 23, 2018
1 parent 92d8370 commit bd3c133
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@
"javascript"
],
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Chupurnov Valeriy",
"email": "chupurnov@gmail.com"
}
],
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require-dev": {
"yiisoft/yii2": "~2.0.6"
Expand All @@ -38,9 +40,17 @@
"autoload": {
"psr-4": { "yii2jodit\\": ["src/"] }
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/nmp-asset"
}
},
"config": {
"fxp-asset": {
"enabled": false
"enabled": false,
"installer-paths": {
"npm-asset-library": "vendor/nmp-asset"
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yii2-jodit",
"version": "1.1.3",
"version": "1.1.4",
"description": "Jodit widget for Yii2",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd3c133

Please sign in to comment.