1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 04:34:00 +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": {
"debug": "^2.3.2",
"get-window": "^1.1.1",