Skip to content

Commit

Permalink
fix lib files
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Apr 29, 2016
1 parent 0637906 commit ebd5f34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,5 +1,4 @@
.DS_Store
npm-debug.log
node_modules/

index.js
lib/
6 changes: 3 additions & 3 deletions package.json
@@ -1,18 +1,18 @@
{
"name": "postcss-german-stylesheets",
"version": "1.0.0",
"version": "1.0.1",
"description": "PostCSS plugin for writing German Stylesheets",
"main": "index.js",
"scripts": {
"clean": "rimraf docs index.js",
"build": "babel src --out-file index.js",
"build": "babel src --out-dir lib",
"build:docs": "babel-node scripts/docs",
"lint": "eslint src",
"test": "mocha --compilers js:babel-register",
"prepublish": "npm run clean && npm run lint && npm run test && npm run build && npm run build:docs"
},
"files": [
"index.js"
"lib/*.js"
],
"keywords": [
"postcss",
Expand Down

0 comments on commit ebd5f34

Please sign in to comment.