UNPKG

react-dot-fragment

Version:

Ponyfill for React 16's <React.Fragment> component

42 lines (41 loc) 1.02 kB
{ "name": "react-dot-fragment", "version": "0.2.10", "description": "Ponyfill for React 16's <React.Fragment> component", "main": "lib/index.js", "scripts": { "build": "mkdirp lib && babel index.js -o lib/index.js", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": ">=4.0.0" }, "keywords": [ "react", "fragment", "react 16", "polyfill", "ponyfill", "hacks" ], "author": "Ben Wiley", "license": "MIT", "peerDependencies": { "react": "^15.0.0 || ^16.0.0" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/preset-es2015": "^7.0.0-beta.41", "mkdirp": "^0.5.1" }, "repository": { "type": "git", "url": "git+https://github.com/benwiley4000/react-dot-fragment.git" }, "bugs": { "url": "https://github.com/benwiley4000/react-dot-fragment/issues" }, "homepage": "https://github.com/benwiley4000/react-dot-fragment#readme" }