|
1 | 1 | { |
2 | 2 | "name": "embed-js", |
3 | | - "version": "3.7.2", |
| 3 | + "version": "3.7.4", |
4 | 4 | "description": "A JavaScript plugin that analyses the string and embeds emojis, media, tweets, code and services.", |
5 | 5 | "keywords": [ |
6 | 6 | "JavaScript-plugin", |
|
11 | 11 | "emoticon", |
12 | 12 | "jquery-embed" |
13 | 13 | ], |
14 | | - "main": "./dist/embed.min.js", |
| 14 | + "main": "./src/embed.js", |
15 | 15 | "repository": { |
16 | 16 | "type": "git", |
17 | 17 | "url": "https://github.com/ritz078/embed.js.git" |
|
38 | 38 | "babel": "^6.3.26", |
39 | 39 | "babel-core": "^6.4.0", |
40 | 40 | "babel-eslint": "^4.1.6", |
41 | | - "babel-plugin-transform-regenerator": "^6.3.26", |
42 | | - "babel-preset-es2015-rollup": "^1.0.0", |
| 41 | + "babel-plugin-transform-regenerator": "^6.4.4", |
| 42 | + "babel-preset-es2015-rollup": "^1.1.1", |
43 | 43 | "babel-preset-stage-2": "^6.3.13", |
44 | 44 | "chai": "^3.2.0", |
45 | | - "commitizen": "^2.4.6", |
| 45 | + "commitizen": "^2.5.0", |
46 | 46 | "cssnano": "^3.4.0", |
47 | 47 | "cz-conventional-changelog": "^1.1.5", |
48 | 48 | "es6-promise": "^3.0.2", |
|
63 | 63 | "grunt-postcss": "^0.7.1", |
64 | 64 | "grunt-retinafy": "^0.1.5", |
65 | 65 | "grunt-rollup": "^0.6.1", |
| 66 | + "grunt-shell": "^1.1.2", |
66 | 67 | "grunt-spritesmith": "^6.1.1", |
67 | 68 | "grunt-string-replace": "^1.2.1", |
68 | 69 | "load-grunt-tasks": "^3.4.0", |
69 | 70 | "mocha": "^2.3.4", |
70 | 71 | "phantomjs": "^1.9.19", |
71 | 72 | "promise": "^7.1.1", |
72 | | - "rollup": "^0.24.1", |
73 | | - "rollup-plugin-babel": "^2.3.8", |
74 | | - "rollup-plugin-commonjs": "^2.1.0", |
75 | | - "rollup-plugin-npm": "^1.2.1", |
| 73 | + "rollup": "^0.25.0", |
| 74 | + "rollup-plugin-babel": "^2.3.9", |
| 75 | + "rollup-plugin-commonjs": "^2.2.0", |
| 76 | + "rollup-plugin-npm": "^1.3.0", |
76 | 77 | "rollup-plugin-replace": "^1.1.0" |
77 | 78 | }, |
78 | 79 | "scripts": { |
|
0 commit comments