Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Major version
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Feb 16, 2017
1 parent 146630d commit ec22aca
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-beta.3",
"version": "4.0.0",
"private": true,
"author": "Eli Perelman <eli@eliperelman.com>",
"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-beta.3",
"version": "4.0.0",
"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-beta.3",
"version": "4.0.0",
"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-beta.3",
"version": "4.0.0",
"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-beta.3",
"version": "4.0.0",
"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-beta.3",
"version": "4.0.0",
"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-beta.3",
"version": "4.0.0",
"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-beta.3",
"version": "4.0.0",
"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-beta.3",
"version": "4.0.0",
"description": "Create and build JS applications with managed configurations",
"main": "src/neutrino.js",
"bin": {
Expand Down

0 comments on commit ec22aca

Please sign in to comment.