1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 04:04:06 +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 @@
.babelrc
benchmark
docs
examples
src
test
tmp

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/"
],
"peerDependencies": {
"slate": "^0.32.1"
},

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/"
],
"devDependencies": {
"babel-cli": "^6.10.1",
"browserify": "^13.0.1",

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": {
"slate-dev-logger": "^0.1.36",
"type-of": "^2.0.1"

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",

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": {
"slate-dev-logger": "^0.1.36"
},

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": {
"slate-dev-logger": "^0.1.36"
},

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",

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/"
],
"peerDependencies": {
"slate": "^0.32.1",
"slate-dev-logger": "^0.1.23"

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",
"direction": "^0.1.5",