Skip to content

Commit

Permalink
add support for self referencing pseudo element
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Oct 19, 2018
1 parent a1c796c commit c5bfe16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-css",
"version": "0.13.0",
"version": "0.13.2",
"description": "Proper, framework agnostic Style in JS library, without any of the fuss of CSS",
"main": "dist/index.js",
"files": [
Expand All @@ -10,7 +10,8 @@
"test": "cross-env NODE_ENV=test jest",
"test-ci": "cross-env NODE_ENV=test jest --coverage; cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"start": "webpack-serve",
"build": "webpack -p"
"build": "webpack -p",
"prepublish": "npm run test; npm run build"
},
"serve": {
"content": [
Expand Down

0 comments on commit c5bfe16

Please sign in to comment.