Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
v2.5.2 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMSmithCA authored Aug 21, 2018
1 parent a377bed commit 6fa8d2a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "fusion-plugin-styletron-react",
"version": "2.5.1",
"description":
"The Fusion plugin for Styletron, which, in addition to providing a easy-to-use styled-component-like interface, provides powerful server-side CSS optimizations, yielding less CSS code down the wire.",
"version": "2.5.2",
"description": "The Fusion plugin for Styletron, which, in addition to providing a easy-to-use styled-component-like interface, provides powerful server-side CSS optimizations, yielding less CSS code down the wire.",
"license": "MIT",
"repository": "fusionjs/fusion-plugin-styletron-react",
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"browser": {
Expand Down Expand Up @@ -56,8 +58,7 @@
"lint": "eslint . --ignore-path .gitignore",
"transpile": "npm run clean && cup build",
"build-test": "rm -rf dist-tests && cup build-tests",
"just-test":
"node_modules/.bin/unitest --browser=dist-tests/browser.js && node dist-tests/node.js",
"just-test": "node_modules/.bin/unitest --browser=dist-tests/browser.js && node dist-tests/node.js",
"test": "npm run build-test && npm run just-test",
"prepublish": "npm run transpile"
},
Expand Down

0 comments on commit 6fa8d2a

Please sign in to comment.