Move to build structure with Babel
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
.npmignore
deleted
100644 → 0
{ | { | ||
"name": "gsc-material", | "name": "gsc-material", | ||
"version": "1.0.0", | "version": "1.0.1", | ||
"description": "An implementation of Material-UI with GSC styling", | "description": "An implementation of Material-UI with GSC styling", | ||
"main": "index.js", | "main": "index.js", | ||
"repository": "https://git.gsc.org.uk/utils/gsc-material.git", | "repository": "https://git.gsc.org.uk/utils/gsc-material.git", | ||
"author": "Ben Galloway <ben.galloway@gsc.org.uk>", | "author": "Ben Galloway <ben.galloway@gsc.org.uk>", | ||
"license": "MIT", | "license": "MIT", | ||
"private": true, | "private": true, | ||
"files": [ | |||
"index.js", | |||
"ProximaNovaFontFace.css" | |||
], | |||
"peerDependencies": { | "peerDependencies": { | ||
"react": "^16.5.2", | |||
"@material-ui/core": "^3.3.0" | "@material-ui/core": "^3.3.0" | ||
}, | |||
"devDependencies": { | |||
"@babel/cli": "^7.1.2", | |||
"@babel/core": "^7.1.2", | |||
"@babel/preset-env": "^7.1.0", | |||
"@babel/preset-react": "^7.0.0" | |||
}, | |||
"scripts": { | |||
"build": "NODE_ENV=production babel src -d . --copy-files" | |||
} | } | ||
} | } |
src/ProximaNovaFontFace.css
0 → 100644
src/index.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment