Skip to content

Commit

Permalink
Package and editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-set-studio committed Aug 2, 2018
1 parent c38ec57 commit 8e31641
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
@@ -0,0 +1,7 @@
root = true

[*]
indent_style = space
end_of_line = lf
indent_size = 4
charset = utf-8
20 changes: 20 additions & 0 deletions package.json
@@ -0,0 +1,20 @@
{
"name": "beedle",
"version": "1.0.0",
"description": "Beedle is a tiny little library to help you manage state across your application. Inspired by great libraries like Vuex and Redux, Beedle creates a central store that enables you to both better control and cascade state across your application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hankchizljaw/beedle.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hankchizljaw/beedle/issues"
},
"homepage": "https://github.com/hankchizljaw/beedle#readme"
}

0 comments on commit 8e31641

Please sign in to comment.