1
0
mirror of https://github.com/kognise/water.css.git synced 2025-04-23 18:52:44 +02:00

Merge pull request #243 from drwpow/drwpow/pkg-entrypoint

Update package entrypoint
This commit is contained in:
Jonas 2021-01-28 19:43:21 +01:00 committed by GitHub
commit 129e255eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"water.css": patch
---
Update main package entrypoint

View File

@ -2,7 +2,7 @@
"name": "water.css",
"version": "2.0.0",
"description": "A drop-in collection of CSS styles to make simple websites just a little nicer",
"main": "index.js",
"main": "out/water.css",
"scripts": {
"build": "gulp build",
"dev": "gulp watch",