mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
1.0.0-beta.2
This commit is contained in:
parent
c385404e23
commit
fc3668885d
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
22 Dec 2014, version 1.0.0-beta.2
|
||||||
|
|
||||||
|
- fix windows behavior when `$HOME` isn't set (issue [#177](https://github.com/rlidwka/sinopia/issues/177))
|
||||||
|
- fix sanitization for highlighted code blocks in readme (issue [render-readme/#1](https://github.com/rlidwka/render-readme/issues/1)
|
||||||
|
|
||||||
15 Dec 2014, version 1.0.0-beta
|
15 Dec 2014, version 1.0.0-beta
|
||||||
|
|
||||||
- Markdown rendering is now a lot safer (switched to remarkable+sanitizer).
|
- Markdown rendering is now a lot safer (switched to remarkable+sanitizer).
|
||||||
|
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "sinopia",
|
"name": "sinopia",
|
||||||
"version": "1.0.0-beta",
|
"version": "1.0.0-beta.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": {
|
"async": {
|
||||||
"version": "0.9.0",
|
"version": "0.9.0",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# use "yapm install ." if you're installing this from git repository
|
# use "yapm install ." if you're installing this from git repository
|
||||||
|
|
||||||
name: sinopia
|
name: sinopia
|
||||||
version: 1.0.0-beta
|
version: 1.0.0-beta.2
|
||||||
description: Private npm repository server
|
description: Private npm repository server
|
||||||
|
|
||||||
author:
|
author:
|
||||||
|
|
Loading…
Reference in a new issue