Snap.svg
Snap.svg copied to clipboard
NPM version 0.5.1
I'm install package through npm comand: npm install snapsvg --save
in package.json version "snapsvg": "^0.5.1"
and see in file node_modules/snapsvg/dist/snap.svg.js
// Snap.svg 0.5.0 // // Copyright (c) 2013 – 2017 Adobe Systems Incorporated. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // build: 2017-02-06
but https://github.com/adobe-webplatform/Snap.svg/blob/master/dist/snap.svg.js other file
Any ideas why so?
0.5.1 at first wasn't tagged correctly and now all package managers have a fixed cache of the old version. See #503, specifically this comment, and #506.
@DmitryBaranovskiy Any chance a new version could be pushed? Right now people who retrieve Snap.svg through a package manager or from a CDN are getting the older 0.5.0 build files.
Any solution here since 21 Feb 2017? Really?