Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Dec 29, 2020
1 parent 7183370 commit dd05f28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "style2js",
"version": "0.0.1",
"version": "1.0.0",
"description": "Let you import css stylesheet via js when no css loader is available",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,6 +38,6 @@
"prettier": "2.2.1"
},
"bin": {
"style2js": "./lib/cli.js"
"style2js": "lib/cli.js"
}
}
}

0 comments on commit dd05f28

Please sign in to comment.