- update to 0.0.3:
* fixes case when npm is stalling when package is not found OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/local-npm-registry?expand=0&rev=4
This commit is contained in:
parent
e931f2291b
commit
5a2f13770c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 11 17:06:14 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- update to 0.0.3:
|
||||
* fixes case when npm is stalling when package is not found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 14:43:10 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package local-npm-registry
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,16 +12,16 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: local-npm-registry
|
||||
Version: 0.0.2
|
||||
Version: 0.0.3
|
||||
Release: 0
|
||||
Summary: Localhost-only version of NPM registry
|
||||
License: GPL-3.0-or-later
|
||||
Url: https://github.com/openSUSE/npm-localhost-proxy
|
||||
URL: https://github.com/openSUSE/npm-localhost-proxy
|
||||
Source: https://github.com/openSUSE/npm-localhost-proxy/releases/download/v%{version}/local_npm_registry-v%{version}.tar.gz
|
||||
Requires: npm-default
|
||||
BuildArch: noarch
|
||||
@ -35,7 +35,7 @@ environment
|
||||
%autosetup -p1 -n local_npm_registry-v%{version}
|
||||
|
||||
%build
|
||||
# nothing to build
|
||||
# nothing to build, or we end up in a build cycle of 1
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_datadir}/%{name}
|
||||
@ -62,4 +62,3 @@ EOF
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a1df1c99668f805a8ddb62a610d6611055086d3200716d423af0e0b11ef55d4
|
||||
size 145030
|
BIN
local_npm_registry-v0.0.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
local_npm_registry-v0.0.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user