Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Publish README.md to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
yungsters committed Mar 13, 2017
1 parent a031db9 commit 165090b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
.DS_Store
lib/
node_modules/
packages/*/README.md
*.log
1 change: 1 addition & 0 deletions packages/babel-plugin-idx/package.json
Expand Up @@ -11,6 +11,7 @@
"license": "BSD-3-Clause",
"scripts": {
"build": "babel src --out-dir lib --ignore test.js --copy-files",
"prepublish": "yarn run build && cp ../../README.md .",
"test": "jest"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/idx/package.json
Expand Up @@ -11,6 +11,7 @@
"license": "BSD-3-Clause",
"scripts": {
"build": "babel src --out-dir lib --ignore test.js --copy-files",
"prepublish": "yarn run build && cp ../../README.md .",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit 165090b

Please sign in to comment.