Closed nolsherry closed 7 years ago
There was no build/ci process in place in those versions so unfortunately they don't exist.
@hfjallemark , maybe we can grab client.js
in src
folder in those version. What do you think?
Unfortunately that file is untranspiled ES6/7 code so will not work on a cdn, you should need a transpiler like Babel to be able to use it.
@hfjallemark , thanks for your reminding, maybe we will ignore these versions(v1.0.0
/v1.0.1
/v1.0.2
)?
What do you think?
@nolsherry sorry for not getting back sooner -- yes, let's ignore those versions.
Hi, @hfjallemark , thanks for your response in hypermedia-client/Issue#87, and I have another problem as follows: I found that the structure of
v1.0.0
,v1.0.1
andv1.0.2
from npm are different from other versions afterv1.0.2
. It does not existdist
folder, which files need to be grab in those versions(v1.0.0
/v1.0.1
/v1.0.2
)? Thanks!cdnjs/cdnjs#9152