Skip to content

Commit

Permalink
chore: add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven committed Dec 1, 2016
1 parent ca1e4c4 commit c1cddbf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.2.0",
"description": "Type-safe action creator utilities",
"keywords": [
"redux"
"redux",
"typescript",
"action",
"action creator"
],
"main": "lib/index.js",
"typings": "./index.d.ts",
Expand All @@ -13,7 +16,7 @@
],
"repository": "aikoven/redux-typescript-actions",
"scripts": {
"clean": "rimraf es6 lib",
"clean": "rimraf lib",
"lint": "tslint -c tslint.json src/**/*.ts tests/**/*.ts",
"test": "tsc -p tsconfig.tests.json && tape tests-build/tests/*.js",
"build": "tsc",
Expand Down

0 comments on commit c1cddbf

Please sign in to comment.