Skip to content

Commit

Permalink
fix(package): fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Sep 2, 2017
1 parent 0693074 commit 2e9a1fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "transform-css-to-js",
"version": "0.1.0",
"description": "A boilerplate to write plugins in pure JavaScript using ES2015",
"main": "dist/lunar.umd.js",
"module": "dist/lunar.es.js",
"description": "A utility to convert your CSS into JS or React Native compatible styles.",
"main": "dist/index.js",
"files": [
"dist",
"src"
Expand Down

0 comments on commit 2e9a1fb

Please sign in to comment.