File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 1.0.1 " ></a >
2
+
3
+ ## [ 1.0.1] ( https://github.com/nfl/react-gpt/compare/v1.0.0...v1.0.1 ) (2017-09-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** package.json:** Add es folder to published package ([ 2aa1a03] ( https://github.com/nfl/react-gpt/commit/2aa1a03 ) )
9
+
1
10
<a name =" 1.0.0 " ></a >
2
11
## [ 1.0.0] ( https://github.com/nfl/react-gpt/compare/v0.3.0...v1.0.0 ) (2017-09-18)
3
12
4
13
### Features
5
14
6
- * Export AdManager ([ 9ed1807] ( https://github.com/nfl/react-gpt/commit/9ed1807 ) )
7
- * Build and export es modules ([ 2d7a3ec] ( https://github.com/nfl/react-gpt/commit/2d7a3ec ) )
15
+ * ** createManager:** Export AdManager ([ #53 ] ( https://github.com/nfl/react-gpt/issues/53 ) ) ([ 9ed1807] ( https://github.com/nfl/react-gpt/commit/9ed1807 ) ), closes [ #42 ] ( https://github.com/nfl/react-gpt/issues/42 )
16
+ * ** package.json:** Add Yarn ([ #38 ] ( https://github.com/nfl/react-gpt/issues/38 ) ) ([ 8b7a570] ( https://github.com/nfl/react-gpt/commit/8b7a570 ) )
17
+ * ** package.json:** Export es modules ([ #54 ] ( https://github.com/nfl/react-gpt/issues/54 ) ) ([ 2d7a3ec] ( https://github.com/nfl/react-gpt/commit/2d7a3ec ) ), closes [ #29 ] ( https://github.com/nfl/react-gpt/issues/29 )
18
+
8
19
9
20
<a name =" 0.3.0 " ></a >
10
21
## [ 0.3.0] ( https://github.com/nfl/react-gpt/compare/v0.2.5...v0.3.0 ) (2017-09-18)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-gpt" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A react display ad component using Google Publisher Tag" ,
5
5
"main" : " lib/index.js" ,
6
6
"jsnext:main" : " es/index.js" ,
28
28
"files" : [
29
29
" *.md" ,
30
30
" docs" ,
31
+ " es" ,
31
32
" src" ,
32
33
" dist" ,
33
34
" lib"
108
109
"build:umd" : " NODE_ENV=development webpack src/index.js dist/react-gpt.js" ,
109
110
"build:umd:min" : " NODE_ENV=production webpack -p src/index.js dist/react-gpt.min.js" ,
110
111
"bundlesize" : " npm run build:umd:min && bundlesize" ,
111
- "clean" : " rimraf lib coverage" ,
112
+ "clean" : " rimraf lib coverage dist lib es " ,
112
113
"compile" : " babel src --out-dir lib" ,
113
114
"examples" : " webpack-dev-server --config examples/webpack.config.js --content-base examples/apps --inline" ,
114
115
"lint" : " eslint --fix src test examples" ,
You can’t perform that action at this time.
0 commit comments