Skip to content

Commit

Permalink
chore: Removed unused scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaokamarina committed May 10, 2018
1 parent ebd695e commit a990e7f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"name": "postcss-managed-media",
"version": "0.0.2-alpha.1",
"version": "0.0.2-alpha.2",
"description": "Really custom media in CSS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/miyamarisubs/postcss-custom-media",
"author": "Marina Miyaoka <[email protected]> (https://t.me/miyaokamarina)",
"license": "MIT",
"scripts": {
"build": "babel -o ./dist/index.js ./src/index.ts && tsc -d --emitDeclarationOnly --declarationDir ./dist/ ./src/index.ts",
"postinstall": "mkdirp build coverage cache dist temp var build",
"clean": "rimraf build coverage cache dist temp var build",
"postclean": "yarn run postinstall",
"clean-dist": "rimraf \"dist/**/*\""
"build": "babel -o ./dist/index.js ./src/index.ts && tsc -d --emitDeclarationOnly --declarationDir ./dist/ ./src/index.ts"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.46",
Expand Down

0 comments on commit a990e7f

Please sign in to comment.