Skip to content

Commit 8cd442a

Browse files
committed
bump up version 0.9.0.
1 parent 048ba00 commit 8cd442a

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ npm install --no-optional --save-dev react-intl-redux@^0.7
141141
The dependency itself might have more missing dependencies, which will show up like this:
142142

143143
```
144-
user@machine:~/sources/scratch/scratch-gui (491-translatable-library-objects)$ npm install --no-optional --save-dev react-intl-redux@^0.7
145-
scratch-gui@0.1.0 /media/cuideigin/Linux/sources/scratch/scratch-gui
144+
user@machine:/path/to/smalruby3-gui$ npm install --no-optional --save-dev react-intl-redux@^0.7
145+
smalruby-gui@0.9.0 /path/to/smalruby3-gui
146146
147147
└── UNMET PEER DEPENDENCY [email protected]
148148
```

package-lock.json

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smalruby3-gui",
3-
"version": "0.1.0",
3+
"version": "0.9.0",
44
"description": "GraphicaL User Interface for creating and running Smalruby 3.0 projects",
55
"main": "./dist/smalruby3-gui.js",
66
"scripts": {
@@ -98,6 +98,7 @@
9898
"react-draggable": "3.0.5",
9999
"react-ga": "2.5.3",
100100
"react-intl": "2.9.0",
101+
"react-intl-redux": "^0.7.0",
101102
"react-modal": "3.9.1",
102103
"react-popover": "0.5.10",
103104
"react-redux": "5.0.7",
@@ -149,7 +150,6 @@
149150
}
150151
},
151152
"dependencies": {
152-
"lodash.camelcase": "^4.3.0",
153-
"react-intl-redux": "^0.7.0"
153+
"lodash.camelcase": "^4.3.0"
154154
}
155155
}

0 commit comments

Comments
 (0)