0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

1.0.0-beta

This commit is contained in:
Alex Kocharin 2014-12-15 00:09:37 +03:00
parent 848d591f0a
commit 484ba9dc25
3 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,10 @@
15 Dec 2014, version 1.0.0-beta
- Markdown rendering is now a lot safer (switched to remarkable+sanitizer).
- Header in web interface is now static instead of fixed.
- `GET /-/all?local` now returns list of all local packages (issue [#179](https://github.com/rlidwka/sinopia/pull/179))
5 Dec 2014, version 1.0.0-alpha.3
- Fixed an issue with scoped packages in tarballs

2
npm-shrinkwrap.json generated
View file

@ -1,6 +1,6 @@
{
"name": "sinopia",
"version": "1.0.0-alpha.3",
"version": "1.0.0-beta",
"dependencies": {
"async": {
"version": "0.9.0",

View file

@ -1,7 +1,7 @@
# use "yapm install ." if you're installing this from git repository
name: sinopia
version: 1.0.0-alpha.3
version: 1.0.0-beta
description: Private npm repository server
author: