diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 6e38c10..0000000 --- a/.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -# Get the plugin for your editor and your -# tab settings will be set automatically. -# http://EditorConfig.org - -# top-most EditorConfig file -root = true - -# Unix-style newlines with no newline ending every file -[*] -end_of_line = lf -insert_final_newline = false - -# Indentation override for all JS under lib directory -[*.js] -indent_style = space -indent_size = 4 diff --git a/Gruntfile.js b/Gruntfile.js deleted file mode 100644 index 5ede5fa..0000000 --- a/Gruntfile.js +++ /dev/null @@ -1,51 +0,0 @@ -'use strict'; - -module.exports = function(grunt) { - - /** - * grunt release or grunt release:patch increment the patch number - * grunt release:minor increments the minor version number - * grunt release:major increments the major version number - * - - * grunt readme to generate the readme (you might need to do grunt repos first) - */ - - - require('time-grunt')(grunt); - - grunt.initConfig({ - jshint: { - options: { - jshintrc: '.jshintrc' - }, - all: [ - 'Gruntfile.js', - 'lib/**/*.js', - 'test/**/*.js' - ] - }, - release: { - github: { - repo: 'dylang/node-rss', - accessTokenVar: 'GITHUB_ACCESS_TOKEN' - } - } - }); - - require('load-grunt-tasks')(grunt); - - grunt.registerTask('lint', [ - 'jshint' - ]); - - grunt.registerTask('default', [ - 'lint' - ]); - - grunt.registerTask('pre-publish', [ - 'lint', - 'repos', - 'readme' - ]); -}; diff --git a/Лист ознакомления.doc b/Лист ознакомления.doc deleted file mode 100644 index 3fcff78..0000000 Binary files a/Лист ознакомления.doc and /dev/null differ