Update to Docusaurus 1.0.1

Should be the go-live package \o/
This commit is contained in:
Joel Marcey 2017-12-13 20:40:16 -08:00
parent 6135cdb618
commit 38eb5419a3
2 changed files with 15 additions and 7 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "docusaurus",
"version": "1.0.0-beta.16",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,4 +1,18 @@
{
"name": "docusaurus",
"description": "Easy to Maintain Open Source Documentation Websites",
"version": "1.0.1",
"license": "MIT",
"keywords": [
"documentation",
"websites",
"open source",
"docusaurus"
],
"repository": {
"type": "git",
"url": "https://github.com/facebook/Docusaurus.git"
},
"scripts": {
"ci-check": "yarn prettier:diff",
"format:source": "prettier --config .prettierrc --write \"lib/**/*.js\"",
@ -34,12 +48,6 @@
"sitemap": "^1.13.0",
"tcp-port-used": "^0.1.2"
},
"name": "docusaurus",
"version": "1.0.0-beta.16",
"repository": {
"type": "git",
"url": "https://github.com/facebook/Docusaurus.git"
},
"bin": {
"docusaurus-start": "./lib/start-server.js",
"docusaurus-build": "./lib/build-files.js",