@progress/kendo-package-tasks 4.0.38-ng12.36 → 4.0.38-ng12.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/gulp-tasks.js CHANGED
@@ -43,11 +43,11 @@ module.exports = function(gulp, libraryName, options) {
43
43
 
44
44
  gulp.task('test', () =>
45
45
  gulp.src(TESTS)
46
- .pipe(webpackStream(webpackConfig.test))
47
- .pipe(gulp.dest('tmp/test/'))
48
- .pipe(jasmine({
49
- reporter: new specReporter()
50
- }))
46
+ .pipe(webpackStream(webpackConfig.test))
47
+ .pipe(gulp.dest('tmp/test/'))
48
+ .pipe(jasmine({
49
+ reporter: new specReporter()
50
+ }))
51
51
  );
52
52
 
53
53
  gulp.task('watch-test', () => {
@@ -111,9 +111,9 @@ module.exports = function(gulp, libraryName, options) {
111
111
  sourceMap: true,
112
112
  plugins: [ rollupBuble() ]
113
113
  })
114
- .pipe(source(entry, 'src'))
115
- .pipe(buffer())
116
- .pipe(gulp.dest('dist/npm'))
114
+ .pipe(source(entry, 'src'))
115
+ .pipe(buffer())
116
+ .pipe(gulp.dest('dist/npm'))
117
117
  );
118
118
 
119
119
  return merge(tasks);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-package-tasks",
3
3
  "description": "An utility package exporting gulp tasks for Kendo UI NPM packages",
4
- "version": "4.0.38-ng12.36+e5fce7e",
4
+ "version": "4.0.38-ng12.39+b91fa45",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-build-tasks.git"
@@ -14,7 +14,7 @@
14
14
  "Kendo UI"
15
15
  ],
16
16
  "dependencies": {
17
- "@progress/kendo-common-tasks": "7.9.5-ng12.36+e5fce7e",
17
+ "@progress/kendo-common-tasks": "7.9.5-ng12.39+b91fa45",
18
18
  "@telerik/eslint-config": "^1.1.0",
19
19
  "buble": "^0.20.0",
20
20
  "buble-loader": "^0.5.1",
@@ -43,14 +43,11 @@
43
43
  "author": "Telerik",
44
44
  "license": "Apache-2.0",
45
45
  "devDependencies": {
46
- "babel-eslint": "^5.0.0",
47
46
  "cz-conventional-changelog": "^1.1.5",
48
- "eslint": "1.10.3",
49
- "eslint-plugin-react": "^3.0.0",
50
47
  "ghooks": "^1.0.3"
51
48
  },
52
49
  "publishConfig": {
53
50
  "access": "public"
54
51
  },
55
- "gitHead": "e5fce7ec4d83dcf06e1bd0b2c38fc0e5246d570d"
52
+ "gitHead": "b91fa45ec0bae3a35df966bd522b9cf3e611fe68"
56
53
  }
package/.eslintrc.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "extends": "./node_modules/@telerik/eslint-config/react.js"
3
- }