Skip to content

Commit

Permalink
._.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Feb 16, 2017
1 parent ec22aca commit 02a3983
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-dev",
"version": "4.0.0",
"version": "3.9.9",
"private": true,
"author": "Eli Perelman <[email protected]>",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-preset-airbnb-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-airbnb-base",
"version": "4.0.0",
"version": "3.9.9",
"description": "Neutrino preset for adding Airbnb's base JS ESLint config, following the Airbnb styleguide",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-preset-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-jest",
"version": "4.0.0",
"version": "3.9.9",
"description": "Neutrino preset for testing Neutrino projects with Jest",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-preset-karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-karma",
"version": "4.0.0",
"version": "3.9.9",
"description": "Neutrino preset for testing Neutrino projects with Karma",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-preset-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-mocha",
"version": "4.0.0",
"version": "3.9.9",
"description": "Neutrino preset for testing Neutrino projects with Mocha",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-preset-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-node",
"version": "4.0.0",
"version": "3.9.9",
"description": "Neutrino preset for building Node.js projects",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-react",
"version": "4.0.0",
"version": "3.9.9",
"description": "Neutrino preset for building React web applications",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino-preset-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino-preset-web",
"version": "4.0.0",
"version": "3.9.9",
"description": "Neutrino preset for building generic web applications",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino",
"version": "4.0.0",
"version": "3.9.9",
"description": "Create and build JS applications with managed configurations",
"main": "src/neutrino.js",
"bin": {
Expand Down

0 comments on commit 02a3983

Please sign in to comment.