Thunberg087 / vue-fragment

a very candide fragment component for Vue.js
http://jsfiddle.net/cdkn5wL3/
670 stars 51 forks source link

Publish update to npmjs #29

Closed Spaggel closed 5 years ago

Spaggel commented 5 years ago

Hi, I'm using this plugin and really like it but had a problem with missing attributes. The problem is fixed by PR #25 which you merged yesterday.

Could you bump the version and push to npmjs so I can use the fixed version instead of building the plugin myself?

Thanks in advance.

lherman-cs commented 5 years ago

+1 on this

lherman-cs commented 5 years ago

@Spaggel alternatively, we can currently install the package by npm i git+https://github.com/y-nk/vue-fragment.git && cd node_modules/vue-fragment && npm i. Not the best, but it works!

Spaggel commented 5 years ago

@lherman-cs thanks for your reply. I'm using a postinstall script to automatically build the JS file as shown below: "scripts": { "postinstall": "cd node_modules/vue-fragment && npm install" },

I hope this helps some people until it gets updated on npmjs.

y-nk commented 5 years ago

v1.5.1