Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoweb committed Dec 16, 2017
1 parent 883ac01 commit e9a7e45
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
"name": "model-persistence",
"version": "1.0.0",
"description": "Model persistence library.",
"main": "src/index.js",
"keywords": [
"model",
"persist",
"persistence",
"repository",
"ObjectModel",
"axios",
"Web Storage"
],
"main": "bundle/model-persistence.js",
"repository": "https://github.com/mikoweb/model-persistence",
"author": "Rafał Mikołajun <[email protected]>",
"license": "BSD",
"private": true,
"license": "BSD-3-Clause",
"scripts": {
"karma": "karma",
"test": "karma start",
Expand Down

0 comments on commit e9a7e45

Please sign in to comment.