Initial setup for NPM package

This commit is contained in:
rhyneav 2017-11-06 10:36:39 -05:00
parent c7b18dc413
commit 14a3ccc552
2 changed files with 7 additions and 1 deletions

6
.npmignore Normal file
View file

@ -0,0 +1,6 @@
/node_modules
npm-debug.log
index.html
demo.css
/img
yarn.lock

View file

@ -1,6 +1,6 @@
{
"name": "papercss",
"version": "1.0.0",
"version": "1.1.0",
"description": "Another CSS framework",
"main": "index.js",
"scripts": {