Skip to content

Commit b681739

Browse files
committed
prepare 0.10 release
1 parent a5ad150 commit b681739

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [0.10.0] - 2016-06-11
6-
- extract common modules into [core-coderoad](https://github.com/coderoad/core-coderoad) to share with the new [tutorial builder](https://github.com/coderoad/builder-coderoad)
5+
## [0.10.0] - 2016-06-12
76
- throttle saves at 800ms
7+
- extract common modules into [core-coderoad](https://github.com/coderoad/core-coderoad) to share with the new [tutorial builder](https://github.com/coderoad/builder-coderoad)
88

99
## [0.9.0] - 2016-05-02
1010
- remove chapters, now only pages

package.json

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atom-coderoad",
3-
"version": "0.10.0",
3+
"version": "0.9.5",
44
"description": "Interactive tutorial plugin for Atom",
55
"keywords": [
66
"atom",
@@ -28,15 +28,10 @@
2828
"compile": "tsc",
2929
"test": "tsc test/*.ts src/typings.d.ts && ava"
3030
},
31-
"babel": {
32-
"presets": [
33-
"react"
34-
]
35-
},
3631
"dependencies": {
3732
"atom-plugin-command-line": "1.0.2",
3833
"coderoad-cli": "0.6.0",
39-
"core-coderoad": "0.1.0",
34+
"core-coderoad": "0.2.0",
4035
"highlights": "1.3.1",
4136
"marked": "0.3.5",
4237
"material-ui": "0.15.0",
@@ -49,10 +44,7 @@
4944
"redux-logger": "2.6.1",
5045
"redux-throttle-actions": "1.1.0",
5146
"redux-thunk": "2.1.0",
52-
"reselect": "^2.5.1"
53-
},
54-
"devDependencies": {
55-
"ava": "^0.15.2"
47+
"reselect": "2.5.1"
5648
},
5749
"engines": {
5850
"atom": ">=1.0.0 <2.0.0"

0 commit comments

Comments
 (0)