Initial commit
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
LICENCE
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "@gviagroup/is-vue-functional-component-prop-truthy", | |||
| "version": "1.0.0", | |||
| "description": "Checks if a property passed to Vue functional component is truthy", | |||
| "license": "MIT", | |||
| "main": "index.js", | |||
| "peerDependencies": { | |||
| "vue": ">=2" | |||
| } | |||
| } |
Please register or sign in to comment