babel-plugin-named-asset-import 0.3.0 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -6
package/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "babel-plugin-named-asset-import",
3
- "version": "0.3.0",
3
+ "version": "0.3.3",
4
4
  "description": "Babel plugin for named asset imports in Create React App",
5
- "repository": "facebookincubator/create-react-app",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/facebook/create-react-app.git",
8
+ "directory": "packages/babel-plugin-named-asset-import"
9
+ },
6
10
  "license": "MIT",
7
11
  "bugs": {
8
- "url": "https://github.com/facebookincubator/create-react-app/issues"
12
+ "url": "https://github.com/facebook/create-react-app/issues"
9
13
  },
10
14
  "main": "index.js",
11
15
  "files": [
@@ -15,10 +19,11 @@
15
19
  "@babel/core": "^7.1.0"
16
20
  },
17
21
  "devDependencies": {
18
- "babel-plugin-tester": "^5.5.1",
19
- "jest": "^23.6.0"
22
+ "babel-plugin-tester": "^6.0.1",
23
+ "jest": "24.8.0"
20
24
  },
21
25
  "scripts": {
22
26
  "test": "jest"
23
- }
27
+ },
28
+ "gitHead": "a78ff74309430e15cd8b71b5bffe3d383679fee0"
24
29
  }