Skip to content

Commit ddbd3e2

Browse files
committed
bump dep version
1 parent 18d95c6 commit ddbd3e2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ To update SourceJS (in case of new installed plugins), run
3131
npm run build-source
3232
```
3333

34-
Note: Windows OS support is not yet implemented, but already in the works.
35-
3634
### Writing Documentation
3735

3836
Example components are placed into `./specs` folder. Each component has its JSX/CSS sources, `readme.md` documentation with component examples and text description and `info.json` meta file.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1",
33
"author": {
44
"name": "Robert Haritonov",
55
"url": "http://rhr.me/"
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "^0.14.2",
1414
"react-dom": "^0.14.2",
15-
"sourcejs": "^0.6.0-nightly.2",
15+
"sourcejs": "^0.6.0-nightly.3",
1616
"sourcejs-react-docgen": "^0.3.0",
1717
"sourcejs-react-styleguidist": "^0.3.0"
1818
}

0 commit comments

Comments
 (0)