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

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karelskopek committed Sep 24, 2018
1 parent 2b917b3 commit 0e9cc6a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "@productboard/slate-edit-list",
"description": "A Slate plugin to handle keyboard events in lists.",
"version": "0.13.1",
"version": "0.14.0",
"license": "Apache-2.0",
"repository": "git://github.com/productboard/slate-edit-list.git",
"main": "./dist/index.js",
"peerDependencies": {
"immutable": "^3.8.2",
"slate": "^0.40.0"
},
"files": ["dist", "*.md"],
"files": [
"dist",
"*.md"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
Expand Down Expand Up @@ -54,13 +57,14 @@
"prepublish": "npm run build:dist && npm run build:flow",
"postpublish": "npm run deploy-example",
"lint": "eslint ./",
"build-example":
"browserify ./example/main.js -o ./example/bundle.js -t [ babelify --presets [ env react stage-0 ] ] -t [ stringify --extensions [.yaml] ]",
"build-example": "browserify ./example/main.js -o ./example/bundle.js -t [ babelify --presets [ env react stage-0 ] ] -t [ stringify --extensions [.yaml] ]",
"serve-example": "http-server ./example/ -p 8081",
"start": "npm run build-example && npm run serve-example",
"deploy-example": "npm run build-example && gh-pages -d ./example",
"dev": "concurrently \"npm run serve-example\" \"nodemon\"",
"test": "./node_modules/.bin/mocha ./tests/all.js --compilers js:babel-register --reporter=list"
},
"keywords": ["slate"]
"keywords": [
"slate"
]
}

0 comments on commit 0e9cc6a

Please sign in to comment.