1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 20:24:01 +02:00

Switch to package.json "files" configuration rather than .npmignore (#1559)

This commit is contained in:
Zach Schneider
2018-01-26 13:14:05 -05:00
committed by Ian Storm Taylor
parent 856d033c5f
commit 1e128fffdd
19 changed files with 36 additions and 70 deletions

View File

@@ -1,7 +0,0 @@
benchmark
docs
examples
src
test
tmp
.babelrc

View File

@@ -5,6 +5,10 @@
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "./lib/index.js",
"files": [
"dist/",
"lib/"
],
"dependencies": {
"is-empty": "^1.0.0",
"is-plain-object": "^2.0.4",