diff options
author | Joe Hand <joe@joeahand.com> | 2016-11-03 17:47:57 -0700 |
---|---|---|
committer | Joe Hand <joe@joeahand.com> | 2016-11-03 17:47:57 -0700 |
commit | bd4c6c4555b99a6ba333ee39e14af832e2a153f1 (patch) | |
tree | 4c9dac5ec32e55f762850b6ff3dd51ba6b956371 | |
parent | 2cc5ecfd176865611de316948ceafd7e7a819df1 (diff) | |
download | dat-docs-bd4c6c4555b99a6ba333ee39e14af832e2a153f1.tar.gz dat-docs-bd4c6c4555b99a6ba333ee39e14af832e2a153f1.zip |
update cname
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7b7d48f..2d8b6e8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build:local": "npm run build:css && minidocs docs -c docs/contents.json -i dat -o dist -l ./node_modules/dat-design/public/img/dat-data-logo.svg -t 'Dat Data' -s assets/styles.css --pushstate", "build:deploy": "npm run build:css && minidocs docs -c docs/contents.json -i dat -o dist -l ./node_modules/dat-design/public/img/dat-data-logo.svg -t 'Dat Data' -s assets/styles.css --full-html", "build:css": "node-sass --importer node_modules/node-sass-magic-importer assets/styles.scss assets/styles.css", - "deploy": "npm run build:deploy && echo docs.dat-data.com > dist/CNAME && gh-pages -d dist", + "deploy": "npm run build:deploy && echo docs.datproject.org > dist/CNAME && gh-pages -d dist", "watch:css": "nodemon -e scss -x \"npm run build:local\"", "start": "budo --dir dist --pushstate", "paper": "pandoc --variable author=\"Maxwell Ogden, Karissa McKelvey, Mathias Buus\" --variable title=\"Dat - Distributed Dataset Synchronization And Versioning\" --variable date=\"Version 1.0.0, May 2016\" --variable classoption=twocolumn --variable papersize=a4paper -s dat-paper.md -o dat-paper.pdf" |