chore(release): 1.1.3 [skip ci]

## [1.1.3](https://github.com/freeCodeCamp/curriculum/compare/v1.1.2...v1.1.3) (2018-06-13)

### Bug Fixes

* remove extraneous build step ([20c0143](https://github.com/freeCodeCamp/curriculum/commit/20c0143))
This commit is contained in:
semantic-release-bot
2018-06-13 16:50:48 +00:00
parent 20c0143e6c
commit a1a2c3a777
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.1.3](https://github.com/freeCodeCamp/curriculum/compare/v1.1.2...v1.1.3) (2018-06-13)
### Bug Fixes
* remove extraneous build step ([20c0143](https://github.com/freeCodeCamp/curriculum/commit/20c0143))
# 1.0.0 (2018-06-13)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@freecodecamp/curriculum",
"version": "1.0.0",
"version": "1.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/freeCodeCamp/curriculum/issues"
},
"version": "1.0.0",
"version": "1.1.3",
"main": "dist/index.js",
"scripts": {
"build": "npm run build:js && npm run build:json",