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:
parent
848d591f0a
commit
484ba9dc25
3 changed files with 8 additions and 2 deletions
|
@ -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
|
5 Dec 2014, version 1.0.0-alpha.3
|
||||||
|
|
||||||
- Fixed an issue with scoped packages in tarballs
|
- Fixed an issue with scoped packages in tarballs
|
||||||
|
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "sinopia",
|
"name": "sinopia",
|
||||||
"version": "1.0.0-alpha.3",
|
"version": "1.0.0-beta",
|
||||||
"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-alpha.3
|
version: 1.0.0-beta
|
||||||
description: Private npm repository server
|
description: Private npm repository server
|
||||||
|
|
||||||
author:
|
author:
|
||||||
|
|
Loading…
Reference in a new issue