abyme 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
data/package.json CHANGED
@@ -1,14 +1,11 @@
1
1
  {
2
2
  "name": "abyme",
3
- "version": "0.3.1",
3
+ "version": "0.6.6",
4
4
  "description": "JS companion to abyme gem",
5
5
  "files": [
6
6
  "package.json",
7
7
  "src/**/*"
8
8
  ],
9
- "directories": {
10
- "lib": "src"
11
- },
12
9
  "repository": {
13
10
  "url": "https://github.com/bear-in-mind/abyme",
14
11
  "type": "git"
@@ -37,6 +34,7 @@
37
34
  "microbundle": "^0.13.0",
38
35
  "mutationobserver-shim": "^0.3.7"
39
36
  },
37
+ "source": "src/index.js",
40
38
  "main": "dist/abyme.js",
41
39
  "exports": "./dist/abyme.modern.js",
42
40
  "module": "dist/abyme.module.js",