Skip to content

Commit

Permalink
Updating basic files
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Apr 22, 2017
1 parent e440b23 commit 61d6e6c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
* text=auto
*.js text eol=lf

.babelrc export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.npmignore export-ignore
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
_arcanedev/
.idea/
.vscode/
dist/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-lang-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Translator helper inspired from Laravel Translator class",
"author": "ARCANEDEV",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"scripts": {
"build": "node_modules/.bin/rollup -c",
"coveralls": "cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
"dev": "npm run build",
"prepublish": "npm run build",
"test": "jest",
"test-cc": "jest --config ./jest.config.json",
"watch": "node_modules/.bin/rollup -c -w"
Expand Down

0 comments on commit 61d6e6c

Please sign in to comment.