2 Commits 37e42d0788 ... ac0d0ebc22

Author SHA1 Message Date
  Herby Vojčík ac0d0ebc22 0.2.0 5 years ago
  Herby Vojčík 68303b13a1 Babel 7 compatibility. 5 years ago
2 changed files with 6 additions and 1 deletions
  1. 5 0
      .babelrc
  2. 1 1
      package.json

+ 5 - 0
.babelrc

@@ -0,0 +1,5 @@
+{
+  "presets": [
+    "@babel/preset-env"
+  ]
+}

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "atpath",
-  "version": "0.1.2",
+  "version": "0.2.0",
   "description": "Access and copy-on-modify JavaScript objects, including maps, using deep paths.",
   "main": "index.js",
   "scripts": {