Skip to content

Commit

Permalink
GHI-#36 Create a Babel configuration dotfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 29, 2017
1 parent b52c7d9 commit b3fd3a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["env"]
}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/arcticicestudio/nord/issues"
},
"license" : "(Apache-2.0 AND CC-BY-SA-4.0)",
"license": "(Apache-2.0 AND CC-BY-SA-4.0)",
"keywords": [
"nord",
"arctic",
Expand All @@ -29,6 +29,7 @@
"syntax"
],
"devDependencies": {
"babel-preset-env": "1.4.0",
"del": "2.2.2",
"eslint": "3.15.0",
"gulp": "3.9.1",
Expand Down

0 comments on commit b3fd3a3

Please sign in to comment.