Skip to content

Commit

Permalink
now correctly includes the correct files, updated minor info
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn8z committed Oct 28, 2019
1 parent 0c69383 commit 5b39762
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "@sn8z/pop-pop.css",
"version": "1.0.0",
"version": "1.0.1",
"description": "A pure CSS tooltip library",
"main": "pop-pop.css",
"main": "dist/pop-pop.css",
"style": "dist/pop-pop.css",
"scripts": {
"build:all": "yarn build && yarn build:docs",
"build": "node-sass src/pop-pop.scss dist/pop-pop.css && yarn build:min",
"build:min": "node-sass src/pop-pop.scss dist/pop-pop.min.css --output-style compressed",
"build:docs": "node-sass src/pop-pop.scss docs/pop-pop.min.css --output-style compressed"
},
"files": [
"dist/pop-pop.css",
"dist/pop-pop.min.css",
"src/pop-pop.scss"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Sn8z/pop-pop.css.git"
Expand All @@ -17,14 +23,15 @@
"tooltip",
"popper",
"popover",
"title"
"title",
"css"
],
"author": "Marcus Sneitz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sn8z/pop-pop.css/issues"
},
"homepage": "https://github.com/Sn8z/pop-pop.css#readme",
"homepage": "https://sn8z.github.io/pop-pop.css/",
"devDependencies": {
"node-sass": "^4.12.0"
}
Expand Down

0 comments on commit 5b39762

Please sign in to comment.