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:
committed by
Ian Storm Taylor
parent
856d033c5f
commit
1e128fffdd
@@ -1,7 +0,0 @@
|
||||
benchmark
|
||||
docs
|
||||
examples
|
||||
src
|
||||
test
|
||||
tmp
|
||||
.babelrc
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user