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:
@ -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)
|
# 1.0.0 (2018-06-13)
|
||||||
|
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@freecodecamp/curriculum",
|
"name": "@freecodecamp/curriculum",
|
||||||
"version": "1.0.0",
|
"version": "1.1.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/freeCodeCamp/curriculum/issues"
|
"url": "https://github.com/freeCodeCamp/curriculum/issues"
|
||||||
},
|
},
|
||||||
"version": "1.0.0",
|
"version": "1.1.3",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:js && npm run build:json",
|
"build": "npm run build:js && npm run build:json",
|
||||||
|
Reference in New Issue
Block a user